Color Hex Logo

#cc88df Color Hex

#CC88DF
(204,136,223)
0 Favorites   0 Comments

Color spaces of #cc88df

RGB 204136223
HSL0.800.580.70
HSV287°39°87°
CMYK 0.090.390.00   0.13
XYZ47.025335.773474.2385
Yxy35.77340.29950.2278
Hunter Lab59.810935.6736-31.7244
CIE-Lab66.346440.5172-34.0533

#cc88df color RGB value is (204,136,223).

#cc88df hex color red value is 204, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc88df hue: 0.80 , saturation: 0.58 and the lightness value of cc88df is 0.70.

The process color (four color CMYK) of #cc88df color hex is 0.09, 0.39, 0.00, 0.13. Web safe color of #cc88df is #cc99cc. Color #cc88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 11011111
Octal 314 210 337
Decimal 204 136 223
Hex CC 88 DF

RGB Percentages of Color #cc88df

%36.23
%24.16
%39.61

CMYK Percentages of Color #cc88df

%9
%39
%0
%13

Triadic Colors of #cc88df

#cc88df #dfcc88 #88dfcc

Analogous Colors of #cc88df

#cc88df #df88c7 #a188df

Monochromatic Colors of #cc88df

#cc88df

Complementary Color

#cc88df #9bdf88

#cc88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc88df Color CSS Codes

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

#cc88df Text Font Color

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

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


#cc88df Background Color

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

This div background color is #cc88df


#cc88df Border Color

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

This div border color is #cc88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc88df


Comments

No comments written yet.

Please login to write comment.