Color Hex Logo

#cc8dca Color Hex

#CC8DCA
(204,141,202)
0 Favorites   0 Comments

Color spaces of #cc8dca

RGB 204141202
HSL0.840.380.68
HSV302°31°80°
CMYK 0.000.310.01   0.20
XYZ45.087436.151460.4787
Yxy36.15140.31810.2551
Hunter Lab60.126028.6333-17.5495
CIE-Lab66.635433.7627-21.9285

#cc8dca color RGB value is (204,141,202).

#cc8dca hex color red value is 204, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc8dca hue: 0.84 , saturation: 0.38 and the lightness value of cc8dca is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001101 11001010
Octal 314 215 312
Decimal 204 141 202
Hex CC 8D CA

RGB Percentages of Color #cc8dca

%37.29
%25.78
%36.93

CMYK Percentages of Color #cc8dca

%0
%31
%1
%20

Triadic Colors of #cc8dca

#cc8dca #cacc8d #8dcacc

Analogous Colors of #cc8dca

#cc8dca #cc8dab #af8dcc

Monochromatic Colors of #cc8dca

#cc8dca

Complementary Color

#cc8dca #8dcc8f

#cc8dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8dca Color CSS Codes

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

#cc8dca Text Font Color

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

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


#cc8dca Background Color

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

This div background color is #cc8dca


#cc8dca Border Color

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

This div border color is #cc8dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8dca


Comments

No comments written yet.

Please login to write comment.