Color Hex Logo

#cd82af Color Hex

#CD82AF
(205,130,175)
0 Favorites   0 Comments

Color spaces of #cd82af

RGB 205130175
HSL0.900.430.66
HSV324°37°80°
CMYK 0.000.370.15   0.20
XYZ40.897332.039544.5862
Yxy32.03950.34800.2726
Hunter Lab56.603429.9144-7.0800
CIE-Lab63.375535.3396-11.6629

#cd82af color RGB value is (205,130,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 10101111
Octal 315 202 257
Decimal 205 130 175
Hex CD 82 AF

RGB Percentages of Color #cd82af

%40.20
%25.49
%34.31

CMYK Percentages of Color #cd82af

%0
%37
%15
%20

Triadic Colors of #cd82af

#cd82af #afcd82 #82afcd

Analogous Colors of #cd82af

#cd82af #cd828a #c682cd

Monochromatic Colors of #cd82af

#cd82af

Complementary Color

#cd82af #82cda0

#cd82af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd82af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd82af Color CSS Codes

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

#cd82af Text Font Color

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

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


#cd82af Background Color

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

This div background color is #cd82af


#cd82af Border Color

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

This div border color is #cd82af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd82af


Comments

No comments written yet.

Please login to write comment.