Color Hex Logo

#c802fe Color Hex

#C802FE
(200,2,254)
0 Favorites   0 Comments

Color spaces of #c802fe

RGB 2002254
HSL0.800.990.50
HSV287°99°100°
CMYK 0.210.990.00   0.00
XYZ41.730519.478595.3262
Yxy19.47850.26660.1244
Hunter Lab44.134591.5420-97.1666
CIE-Lab51.242490.1838-75.3938

#c802fe color RGB value is (200,2,254).

#c802fe hex color red value is 200, green value is 2 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c802fe hue: 0.80 , saturation: 0.99 and the lightness value of c802fe is 0.50.

The process color (four color CMYK) of #c802fe color hex is 0.21, 0.99, 0.00, 0.00. Web safe color of #c802fe is #cc00ff. Color #c802fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000010 11111110
Octal 310 2 376
Decimal 200 2 254
Hex C8 2 FE

RGB Percentages of Color #c802fe

%43.86
%0.44
%55.70

CMYK Percentages of Color #c802fe

%21
%99
%0
%0

Triadic Colors of #c802fe

#c802fe #fec802 #02fec8

Analogous Colors of #c802fe

#c802fe #fe02b6 #4a02fe

Monochromatic Colors of #c802fe

#c802fe

Complementary Color

#c802fe #38fe02

#c802fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c802fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c802fe Color CSS Codes

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

#c802fe Text Font Color

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

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


#c802fe Background Color

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

This div background color is #c802fe


#c802fe Border Color

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

This div border color is #c802fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c802fe


Comments

No comments written yet.

Please login to write comment.