Color Hex Logo

#cd8299 Color Hex

#CD8299
(205,130,153)
0 Favorites   0 Comments

Color spaces of #cd8299

RGB 205130153
HSL0.950.430.66
HSV342°37°80°
CMYK 0.000.370.25   0.20
XYZ38.909231.244334.1170
Yxy31.24430.37320.2996
Hunter Lab55.896626.43342.9394
CIE-Lab62.713331.9754-0.1292

#cd8299 color RGB value is (205,130,153).

#cd8299 hex color red value is 205, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cd8299 hue: 0.95 , saturation: 0.43 and the lightness value of cd8299 is 0.66.

The process color (four color CMYK) of #cd8299 color hex is 0.00, 0.37, 0.25, 0.20. Web safe color of #cd8299 is #cc9999. Color #cd8299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 10011001
Octal 315 202 231
Decimal 205 130 153
Hex CD 82 99

RGB Percentages of Color #cd8299

%42.01
%26.64
%31.35

CMYK Percentages of Color #cd8299

%0
%37
%25
%20

Triadic Colors of #cd8299

#cd8299 #99cd82 #8299cd

Analogous Colors of #cd8299

#cd8299 #cd9182 #cd82bf

Monochromatic Colors of #cd8299

#cd8299

Complementary Color

#cd8299 #82cdb6

#cd8299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8299 Color CSS Codes

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

#cd8299 Text Font Color

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

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


#cd8299 Background Color

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

This div background color is #cd8299


#cd8299 Border Color

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

This div border color is #cd8299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8299


Comments

No comments written yet.

Please login to write comment.