Color Hex Logo

#cc39fc Color Hex

#CC39FC
(204,57,252)
0 Favorites   0 Comments

Color spaces of #cc39fc

RGB 20457252
HSL0.790.970.61
HSV285°77°99°
CMYK 0.190.770.00   0.01
XYZ43.935722.791994.1791
Yxy22.79190.27310.1416
Hunter Lab47.740980.7262-83.5436
CIE-Lab54.857381.1815-68.3906

#cc39fc color RGB value is (204,57,252).

#cc39fc hex color red value is 204, green value is 57 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc39fc hue: 0.79 , saturation: 0.97 and the lightness value of cc39fc is 0.61.

The process color (four color CMYK) of #cc39fc color hex is 0.19, 0.77, 0.00, 0.01. Web safe color of #cc39fc is #cc33ff. Color #cc39fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111001 11111100
Octal 314 71 374
Decimal 204 57 252
Hex CC 39 FC

RGB Percentages of Color #cc39fc

%39.77
%11.11
%49.12

CMYK Percentages of Color #cc39fc

%19
%77
%0
%1

Triadic Colors of #cc39fc

#cc39fc #fccc39 #39fccc

Analogous Colors of #cc39fc

#cc39fc #fc39cb #6b39fc

Monochromatic Colors of #cc39fc

#cc39fc

Complementary Color

#cc39fc #69fc39

#cc39fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc39fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc39fc Color CSS Codes

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

#cc39fc Text Font Color

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

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


#cc39fc Background Color

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

This div background color is #cc39fc


#cc39fc Border Color

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

This div border color is #cc39fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc39fc


Comments

No comments written yet.

Please login to write comment.