Color Hex Logo

#cc66be Color Hex

#CC66BE
(204,102,190)
0 Favorites   0 Comments

Color spaces of #cc66be

RGB 204102190
HSL0.860.500.60
HSV308°50°80°
CMYK 0.000.500.07   0.20
XYZ38.947526.057851.6921
Yxy26.05780.33370.2233
Hunter Lab51.046846.8592-24.3067
CIE-Lab58.091952.0172-28.2770

#cc66be color RGB value is (204,102,190).

#cc66be hex color red value is 204, green value is 102 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc66be hue: 0.86 , saturation: 0.50 and the lightness value of cc66be is 0.60.

The process color (four color CMYK) of #cc66be color hex is 0.00, 0.50, 0.07, 0.20. Web safe color of #cc66be is #cc66cc. Color #cc66be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 10111110
Octal 314 146 276
Decimal 204 102 190
Hex CC 66 BE

RGB Percentages of Color #cc66be

%41.13
%20.56
%38.31

CMYK Percentages of Color #cc66be

%0
%50
%7
%20

Triadic Colors of #cc66be

#cc66be #becc66 #66becc

Analogous Colors of #cc66be

#cc66be #cc668b #a766cc

Monochromatic Colors of #cc66be

#cc66be

Complementary Color

#cc66be #66cc74

#cc66be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc66be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc66be Color CSS Codes

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

#cc66be Text Font Color

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

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


#cc66be Background Color

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

This div background color is #cc66be


#cc66be Border Color

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

This div border color is #cc66be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc66be


Comments

No comments written yet.

Please login to write comment.