Color Hex Logo

#cc67bb Color Hex

#CC67BB
(204,103,187)
0 Favorites   0 Comments

Color spaces of #cc67bb

RGB 204103187
HSL0.860.500.60
HSV310°50°80°
CMYK 0.000.500.08   0.20
XYZ38.721726.125750.0156
Yxy26.12570.33710.2275
Hunter Lab51.113345.7772-22.2374
CIE-Lab58.156251.0210-26.4608

#cc67bb color RGB value is (204,103,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 10111011
Octal 314 147 273
Decimal 204 103 187
Hex CC 67 BB

RGB Percentages of Color #cc67bb

%41.30
%20.85
%37.85

CMYK Percentages of Color #cc67bb

%0
%50
%8
%20

Triadic Colors of #cc67bb

#cc67bb #bbcc67 #67bbcc

Analogous Colors of #cc67bb

#cc67bb #cc6789 #ab67cc

Monochromatic Colors of #cc67bb

#cc67bb

Complementary Color

#cc67bb #67cc78

#cc67bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc67bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc67bb Color CSS Codes

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

#cc67bb Text Font Color

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

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


#cc67bb Background Color

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

This div background color is #cc67bb


#cc67bb Border Color

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

This div border color is #cc67bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,103,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 #cc67bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc67bb


Comments

No comments written yet.

Please login to write comment.