Color Hex Logo

#cd064b Color Hex

#CD064B
(205,6,75)
0 Favorites   0 Comments

Color spaces of #cd064b

RGB 205675
HSL0.940.940.41
HSV339°97°80°
CMYK 0.000.970.63   0.20
XYZ26.512013.61747.8877
Yxy13.61740.55210.2836
Hunter Lab36.901863.664913.1581
CIE-Lab43.679269.453919.5219

#cd064b color RGB value is (205,6,75).

#cd064b hex color red value is 205, green value is 6 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cd064b hue: 0.94 , saturation: 0.94 and the lightness value of cd064b is 0.41.

The process color (four color CMYK) of #cd064b color hex is 0.00, 0.97, 0.63, 0.20. Web safe color of #cd064b is #cc0033. Color #cd064b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 01001011
Octal 315 6 113
Decimal 205 6 75
Hex CD 6 4B

RGB Percentages of Color #cd064b

%71.68
%2.10
%26.22

CMYK Percentages of Color #cd064b

%0
%97
%63
%20

Triadic Colors of #cd064b

#cd064b #4bcd06 #064bcd

Analogous Colors of #cd064b

#cd064b #cd2406 #cd06af

Monochromatic Colors of #cd064b

#cd064b

Complementary Color

#cd064b #06cd88

#cd064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd064b Color CSS Codes

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

#cd064b Text Font Color

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

This sample text font color is #cd064b
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.


#cd064b Background Color

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

This div background color is #cd064b


#cd064b Border Color

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

This div border color is #cd064b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd064b


Comments

No comments written yet.

Please login to write comment.