Color Hex Logo

#cc8bbe Color Hex

#CC8BBE
(204,139,190)
0 Favorites   0 Comments

Color spaces of #cc8bbe

RGB 204139190
HSL0.870.390.67
HSV313°32°80°
CMYK 0.000.320.07   0.20
XYZ43.428735.020353.1859
Yxy35.02030.32990.2660
Hunter Lab59.178027.4337-11.8620
CIE-Lab65.764532.6752-16.5370

#cc8bbe color RGB value is (204,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001011 10111110
Octal 314 213 276
Decimal 204 139 190
Hex CC 8B BE

RGB Percentages of Color #cc8bbe

%38.27
%26.08
%35.65

CMYK Percentages of Color #cc8bbe

%0
%32
%7
%20

Triadic Colors of #cc8bbe

#cc8bbe #becc8b #8bbecc

Analogous Colors of #cc8bbe

#cc8bbe #cc8b9e #ba8bcc

Monochromatic Colors of #cc8bbe

#cc8bbe

Complementary Color

#cc8bbe #8bcc99

#cc8bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8bbe Color CSS Codes

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

#cc8bbe Text Font Color

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

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


#cc8bbe Background Color

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

This div background color is #cc8bbe


#cc8bbe Border Color

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

This div border color is #cc8bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8bbe


Comments

No comments written yet.

Please login to write comment.