Color Hex Logo

#cc88be Color Hex

#CC88BE
(204,136,190)
0 Favorites   0 Comments

Color spaces of #cc88be

RGB 204136190
HSL0.870.400.67
HSV312°33°80°
CMYK 0.000.330.07   0.20
XYZ43.000334.163453.0430
Yxy34.16340.33020.2624
Hunter Lab58.449529.0329-12.8912
CIE-Lab65.092134.3030-17.5551

#cc88be color RGB value is (204,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 10111110
Octal 314 210 276
Decimal 204 136 190
Hex CC 88 BE

RGB Percentages of Color #cc88be

%38.49
%25.66
%35.85

CMYK Percentages of Color #cc88be

%0
%33
%7
%20

Triadic Colors of #cc88be

#cc88be #becc88 #88becc

Analogous Colors of #cc88be

#cc88be #cc889c #b888cc

Monochromatic Colors of #cc88be

#cc88be

Complementary Color

#cc88be #88cc96

#cc88be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc88be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc88be Color CSS Codes

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

#cc88be Text Font Color

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

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


#cc88be Background Color

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

This div background color is #cc88be


#cc88be Border Color

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

This div border color is #cc88be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc88be


Comments

No comments written yet.

Please login to write comment.