Color Hex Logo

#c842fc Color Hex

#C842FC
(200,66,252)
0 Favorites   0 Comments

Color spaces of #c842fc

RGB 20066252
HSL0.790.970.62
HSV283°74°99°
CMYK 0.210.740.00   0.01
XYZ43.338323.204194.2901
Yxy23.20410.26950.1443
Hunter Lab48.170676.2948-82.3359
CIE-Lab55.281977.5911-67.7333

#c842fc color RGB value is (200,66,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000010 11111100
Octal 310 102 374
Decimal 200 66 252
Hex C8 42 FC

RGB Percentages of Color #c842fc

%38.61
%12.74
%48.65

CMYK Percentages of Color #c842fc

%21
%74
%0
%1

Triadic Colors of #c842fc

#c842fc #fcc842 #42fcc8

Analogous Colors of #c842fc

#c842fc #fc42d3 #6b42fc

Monochromatic Colors of #c842fc

#c842fc

Complementary Color

#c842fc #76fc42

#c842fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c842fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c842fc Color CSS Codes

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

#c842fc Text Font Color

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

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


#c842fc Background Color

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

This div background color is #c842fc


#c842fc Border Color

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

This div border color is #c842fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c842fc


Comments

No comments written yet.

Please login to write comment.