Color Hex Logo

#cd665a Color Hex

#CD665A
(205,102,90)
0 Favorites   0 Comments

Color spaces of #cd665a

RGB 20510290
HSL0.020.530.58
HSV56°80°
CMYK 0.000.500.56   0.20
XYZ31.773723.220112.4801
Yxy23.22010.47090.3441
Hunter Lab48.187233.371718.3754
CIE-Lab55.298339.693225.7767

#cd665a color RGB value is (205,102,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100110 01011010
Octal 315 146 132
Decimal 205 102 90
Hex CD 66 5A

RGB Percentages of Color #cd665a

%51.64
%25.69
%22.67

CMYK Percentages of Color #cd665a

%0
%50
%56
%20

Triadic Colors of #cd665a

#cd665a #5acd66 #665acd

Analogous Colors of #cd665a

#cd665a #cda05a #cd5a88

Monochromatic Colors of #cd665a

#cd665a

Complementary Color

#cd665a #5ac1cd

#cd665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd665a Color CSS Codes

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

#cd665a Text Font Color

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

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


#cd665a Background Color

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

This div background color is #cd665a


#cd665a Border Color

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

This div border color is #cd665a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd665a


Comments

No comments written yet.

Please login to write comment.