Color Hex Logo

#cc8bbb Color Hex

#CC8BBB
(204,139,187)
0 Favorites   0 Comments

Color spaces of #cc8bbb

RGB 204139187
HSL0.880.390.67
HSV316°32°80°
CMYK 0.000.320.08   0.20
XYZ43.104134.890551.4764
Yxy34.89050.33290.2695
Hunter Lab59.068226.8883-10.3220
CIE-Lab65.663332.1493-15.0054

#cc8bbb color RGB value is (204,139,187).

#cc8bbb hex color red value is 204, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cc8bbb hue: 0.88 , saturation: 0.39 and the lightness value of cc8bbb is 0.67.

The process color (four color CMYK) of #cc8bbb color hex is 0.00, 0.32, 0.08, 0.20. Web safe color of #cc8bbb is #cc99cc. Color #cc8bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001011 10111011
Octal 314 213 273
Decimal 204 139 187
Hex CC 8B BB

RGB Percentages of Color #cc8bbb

%38.49
%26.23
%35.28

CMYK Percentages of Color #cc8bbb

%0
%32
%8
%20

Triadic Colors of #cc8bbb

#cc8bbb #bbcc8b #8bbbcc

Analogous Colors of #cc8bbb

#cc8bbb #cc8b9b #bd8bcc

Monochromatic Colors of #cc8bbb

#cc8bbb

Complementary Color

#cc8bbb #8bcc9c

#cc8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8bbb Color CSS Codes

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

#cc8bbb Text Font Color

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

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


#cc8bbb Background Color

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

This div background color is #cc8bbb


#cc8bbb Border Color

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

This div border color is #cc8bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8bbb


Comments

No comments written yet.

Please login to write comment.