Color Hex Logo

#cc88fc Color Hex

#CC88FC
(204,136,252)
0 Favorites   0 Comments

Color spaces of #cc88fc

RGB 204136252
HSL0.760.950.76
HSV275°46°99°
CMYK 0.190.460.00   0.01
XYZ51.276737.474096.6261
Yxy37.47400.27660.2022
Hunter Lab61.216042.3899-50.7348
CIE-Lab67.631146.5548-48.0031

#cc88fc color RGB value is (204,136,252).

#cc88fc hex color red value is 204, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc88fc hue: 0.76 , saturation: 0.95 and the lightness value of cc88fc is 0.76.

The process color (four color CMYK) of #cc88fc color hex is 0.19, 0.46, 0.00, 0.01. Web safe color of #cc88fc is #cc99ff. Color #cc88fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 11111100
Octal 314 210 374
Decimal 204 136 252
Hex CC 88 FC

RGB Percentages of Color #cc88fc

%34.46
%22.97
%42.57

CMYK Percentages of Color #cc88fc

%19
%46
%0
%1

Triadic Colors of #cc88fc

#cc88fc #fccc88 #88fccc

Analogous Colors of #cc88fc

#cc88fc #fc88f2 #9288fc

Monochromatic Colors of #cc88fc

#cc88fc

Complementary Color

#cc88fc #b8fc88

#cc88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc88fc Color CSS Codes

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

#cc88fc Text Font Color

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

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


#cc88fc Background Color

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

This div background color is #cc88fc


#cc88fc Border Color

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

This div border color is #cc88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc88fc


Comments

No comments written yet.

Please login to write comment.