Hex #cd5555 Color

#cd5555
equivalent to

RGB

(205, 85, 85)

Details of #cd5555

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
205
30.0650
0.00
0.00
51.9861
20.1320
44.8687
85
20.1320
0.55
0.59
47.6345
0.4921
59°
41.0868
85
10.8956
0.57
0.59   0.20
24.3650
0.3295
80°
17.0151

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001101
315
205
CD
Green
1010101
125
85
55
Blue
1010101
125
85
55

RGB in % of #cd5555

%54.67
%22.67
%22.67

CMYK in % of #cd5555

%0
%59
%59
%20

Triads of color #cd5555

#cd5555 #5555cd #55cd55

Similar Colors to #cd5555

#cd5555 #cd5591 #cd9155

Preview Color #cd5555 on black ground

#cd5555 is very interesting for text.

Preview Color #cd5555 on white ground

#cd5555 is very interesting for text.

CSS Codes #cd5555 color

.mybgcolor {background-color:#cd5555; }
.myforecolor {color:#cd5555; }
.mybordercolor {border:3px solid #cd5555; }

Text Font Color #cd5555

<p style="color:#cd5555">Text here</p>

This sample text font color is #cd5555
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #cd5555

<div style="background-color:#cd5555">
Div content here</div>

This div background color is #cd5555


Border Color #cd5555

<div style="border:3px solid #cd5555">
Div here</div>

The color of this border is #cd5555


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cd5555; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cd5555;
-webkit-box-shadow: 1px 1px 3px 2px #cd5555;
box-shadow:         1px 1px 3px 2px #cd5555; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #cd5555">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #cd5555;
  -webkit-box-shadow: 1px 1px 3px 2px #cd5555;
  box-shadow:         1px 1px 3px 2px #cd5555;">
Div content here</div>

The shadow of div box using color #cd5555