Color Hex Logo

#cc66d5 Color Hex

#CC66D5
(204,102,213)
0 Favorites   0 Comments

Color spaces of #cc66d5

RGB 204102213
HSL0.820.570.62
HSV295°52°84°
CMYK 0.040.520.00   0.16
XYZ41.663527.144265.9942
Yxy27.14420.30910.2014
Hunter Lab52.100151.5680-38.6314
CIE-Lab59.107656.0787-39.7607

#cc66d5 color RGB value is (204,102,213).

#cc66d5 hex color red value is 204, green value is 102 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cc66d5 hue: 0.82 , saturation: 0.57 and the lightness value of cc66d5 is 0.62.

The process color (four color CMYK) of #cc66d5 color hex is 0.04, 0.52, 0.00, 0.16. Web safe color of #cc66d5 is #cc66cc. Color #cc66d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 11010101
Octal 314 146 325
Decimal 204 102 213
Hex CC 66 D5

RGB Percentages of Color #cc66d5

%39.31
%19.65
%41.04

CMYK Percentages of Color #cc66d5

%4
%52
%0
%16

Triadic Colors of #cc66d5

#cc66d5 #d5cc66 #66d5cc

Analogous Colors of #cc66d5

#cc66d5 #d566a7 #9566d5

Monochromatic Colors of #cc66d5

#cc66d5

Complementary Color

#cc66d5 #6fd566

#cc66d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc66d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc66d5 Color CSS Codes

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

#cc66d5 Text Font Color

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

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


#cc66d5 Background Color

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

This div background color is #cc66d5


#cc66d5 Border Color

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

This div border color is #cc66d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc66d5


Comments

No comments written yet.

Please login to write comment.