Color Hex Logo

#cc68bb Color Hex

#CC68BB
(204,104,187)
0 Favorites   0 Comments

Color spaces of #cc68bb

RGB 204104187
HSL0.860.500.60
HSV310°49°80°
CMYK 0.000.490.08   0.20
XYZ38.821826.325950.0490
Yxy26.32590.33700.2285
Hunter Lab51.308845.2683-21.9181
CIE-Lab58.345150.5257-26.1694

#cc68bb color RGB value is (204,104,187).

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

The process color (four color CMYK) of #cc68bb color hex is 0.00, 0.49, 0.08, 0.20. Web safe color of #cc68bb is #cc66cc. Color #cc68bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 10111011
Octal 314 150 273
Decimal 204 104 187
Hex CC 68 BB

RGB Percentages of Color #cc68bb

%41.21
%21.01
%37.78

CMYK Percentages of Color #cc68bb

%0
%49
%8
%20

Triadic Colors of #cc68bb

#cc68bb #bbcc68 #68bbcc

Analogous Colors of #cc68bb

#cc68bb #cc6889 #ab68cc

Monochromatic Colors of #cc68bb

#cc68bb

Complementary Color

#cc68bb #68cc79

#cc68bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc68bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc68bb Color CSS Codes

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

#cc68bb Text Font Color

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

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


#cc68bb Background Color

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

This div background color is #cc68bb


#cc68bb Border Color

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

This div border color is #cc68bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc68bb


Comments

No comments written yet.

Please login to write comment.