Color Hex Logo

#cd665b Color Hex

#CD665B
(205,102,91)
0 Favorites   0 Comments

Color spaces of #cd665b

RGB 20510291
HSL0.020.530.58
HSV56°80°
CMYK 0.000.500.56   0.20
XYZ31.816523.237212.7058
Yxy23.23720.46960.3429
Hunter Lab48.205033.455818.1159
CIE-Lab55.315839.773525.2247

#cd665b color RGB value is (205,102,91).

#cd665b hex color red value is 205, green value is 102 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cd665b hue: 0.02 , saturation: 0.53 and the lightness value of cd665b is 0.58.

The process color (four color CMYK) of #cd665b color hex is 0.00, 0.50, 0.56, 0.20. Web safe color of #cd665b is #cc6666. Color #cd665b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100110 01011011
Octal 315 146 133
Decimal 205 102 91
Hex CD 66 5B

RGB Percentages of Color #cd665b

%51.51
%25.63
%22.86

CMYK Percentages of Color #cd665b

%0
%50
%56
%20

Triadic Colors of #cd665b

#cd665b #5bcd66 #665bcd

Analogous Colors of #cd665b

#cd665b #cd9f5b #cd5b89

Monochromatic Colors of #cd665b

#cd665b

Complementary Color

#cd665b #5bc2cd

#cd665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd665b Color CSS Codes

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

#cd665b Text Font Color

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

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


#cd665b Background Color

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

This div background color is #cd665b


#cd665b Border Color

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

This div border color is #cd665b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd665b


Comments

No comments written yet.

Please login to write comment.