Color Hex Logo

#cc66dd Color Hex

#CC66DD
(204,102,221)
0 Favorites   0 Comments

Color spaces of #cc66dd

RGB 204102221
HSL0.810.640.63
HSV291°54°87°
CMYK 0.080.540.00   0.13
XYZ42.704427.560671.4756
Yxy27.56060.30130.1944
Hunter Lab52.498253.3281-43.9738
CIE-Lab59.489757.5688-43.6639

#cc66dd color RGB value is (204,102,221). This hex color code is also a web safe color which is equal to #C6D.

#cc66dd hex color red value is 204, green value is 102 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc66dd hue: 0.81 , saturation: 0.64 and the lightness value of cc66dd is 0.63.

The process color (four color CMYK) of #cc66dd color hex is 0.08, 0.54, 0.00, 0.13. Web safe color of #cc66dd is #cc66cc. Color #cc66dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 11011101
Octal 314 146 335
Decimal 204 102 221
Hex CC 66 DD

RGB Percentages of Color #cc66dd

%38.71
%19.35
%41.94

CMYK Percentages of Color #cc66dd

%8
%54
%0
%13

Triadic Colors of #cc66dd

#cc66dd #ddcc66 #66ddcc

Analogous Colors of #cc66dd

#cc66dd #dd66b3 #9166dd

Monochromatic Colors of #cc66dd

#cc66dd

Complementary Color

#cc66dd #77dd66

#cc66dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc66dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc66dd Color CSS Codes

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

#cc66dd Text Font Color

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

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


#cc66dd Background Color

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

This div background color is #cc66dd


#cc66dd Border Color

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

This div border color is #cc66dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc66dd


Comments

No comments written yet.

Please login to write comment.