Color Hex Logo

#cd8acc Color Hex

#CD8ACC
(205,138,204)
0 Favorites   0 Comments

Color spaces of #cd8acc

RGB 205138204
HSL0.840.400.67
HSV301°33°80°
CMYK 0.000.330.00   0.20
XYZ45.164435.515761.6015
Yxy35.51570.31740.2496
Hunter Lab59.595130.9858-19.5696
CIE-Lab66.148236.0847-23.7797

#cd8acc color RGB value is (205,138,204).

#cd8acc hex color red value is 205, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd8acc hue: 0.84 , saturation: 0.40 and the lightness value of cd8acc is 0.67.

The process color (four color CMYK) of #cd8acc color hex is 0.00, 0.33, 0.00, 0.20. Web safe color of #cd8acc is #cc99cc. Color #cd8acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001010 11001100
Octal 315 212 314
Decimal 205 138 204
Hex CD 8A CC

RGB Percentages of Color #cd8acc

%37.48
%25.23
%37.29

CMYK Percentages of Color #cd8acc

%0
%33
%0
%20

Triadic Colors of #cd8acc

#cd8acc #cccd8a #8acccd

Analogous Colors of #cd8acc

#cd8acc #cd8aab #ad8acd

Monochromatic Colors of #cd8acc

#cd8acc

Complementary Color

#cd8acc #8acd8b

#cd8acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8acc Color CSS Codes

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

#cd8acc Text Font Color

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

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


#cd8acc Background Color

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

This div background color is #cd8acc


#cd8acc Border Color

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

This div border color is #cd8acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8acc


Comments

No comments written yet.

Please login to write comment.