Color Hex Logo

#c942fc Color Hex

#C942FC
(201,66,252)
0 Favorites   0 Comments

Color spaces of #c942fc

RGB 20166252
HSL0.790.970.62
HSV284°74°99°
CMYK 0.200.740.00   0.01
XYZ43.606323.342294.3027
Yxy23.34220.27040.1448
Hunter Lab48.313876.5587-81.9074
CIE-Lab55.423177.7744-67.4985

#c942fc color RGB value is (201,66,252).

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

The process color (four color CMYK) of #c942fc color hex is 0.20, 0.74, 0.00, 0.01. Web safe color of #c942fc is #cc33ff. Color #c942fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 11111100
Octal 311 102 374
Decimal 201 66 252
Hex C9 42 FC

RGB Percentages of Color #c942fc

%38.73
%12.72
%48.55

CMYK Percentages of Color #c942fc

%20
%74
%0
%1

Triadic Colors of #c942fc

#c942fc #fcc942 #42fcc9

Analogous Colors of #c942fc

#c942fc #fc42d2 #6c42fc

Monochromatic Colors of #c942fc

#c942fc

Complementary Color

#c942fc #75fc42

#c942fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c942fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c942fc Color CSS Codes

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

#c942fc Text Font Color

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

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


#c942fc Background Color

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

This div background color is #c942fc


#c942fc Border Color

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

This div border color is #c942fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c942fc


Comments

No comments written yet.

Please login to write comment.