Color Hex Logo

#cc09fc Color Hex

#CC09FC
(204,9,252)
0 Favorites   0 Comments

Color spaces of #cc09fc

RGB 2049252
HSL0.800.980.51
HSV288°96°99°
CMYK 0.190.960.00   0.01
XYZ42.570220.061093.7239
Yxy20.06100.27230.1283
Hunter Lab44.789591.2737-92.7141
CIE-Lab51.906189.8550-73.1714

#cc09fc color RGB value is (204,9,252).

#cc09fc hex color red value is 204, green value is 9 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc09fc hue: 0.80 , saturation: 0.98 and the lightness value of cc09fc is 0.51.

The process color (four color CMYK) of #cc09fc color hex is 0.19, 0.96, 0.00, 0.01. Web safe color of #cc09fc is #cc00ff. Color #cc09fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001001 11111100
Octal 314 11 374
Decimal 204 9 252
Hex CC 9 FC

RGB Percentages of Color #cc09fc

%43.87
%1.94
%54.19

CMYK Percentages of Color #cc09fc

%19
%96
%0
%1

Triadic Colors of #cc09fc

#cc09fc #fccc09 #09fccc

Analogous Colors of #cc09fc

#cc09fc #fc09b3 #5309fc

Monochromatic Colors of #cc09fc

#cc09fc

Complementary Color

#cc09fc #39fc09

#cc09fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc09fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc09fc Color CSS Codes

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

#cc09fc Text Font Color

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

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


#cc09fc Background Color

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

This div background color is #cc09fc


#cc09fc Border Color

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

This div border color is #cc09fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc09fc

Related Colors


Comments

No comments written yet.

Please login to write comment.