Color Hex Logo

#c402fe Color Hex

#C402FE
(196,2,254)
0 Favorites   0 Comments

Color spaces of #c402fe

RGB 1962254
HSL0.790.990.50
HSV286°99°100°
CMYK 0.230.990.00   0.00
XYZ40.676118.934995.2769
Yxy18.93490.26260.1222
Hunter Lab43.514390.7077-99.3588
CIE-Lab50.611089.6775-76.4495

#c402fe color RGB value is (196,2,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 11111110
Octal 304 2 376
Decimal 196 2 254
Hex C4 2 FE

RGB Percentages of Color #c402fe

%43.36
%0.44
%56.19

CMYK Percentages of Color #c402fe

%23
%99
%0
%0

Triadic Colors of #c402fe

#c402fe #fec402 #02fec4

Analogous Colors of #c402fe

#c402fe #fe02ba #4602fe

Monochromatic Colors of #c402fe

#c402fe

Complementary Color

#c402fe #3cfe02

#c402fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c402fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c402fe Color CSS Codes

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

#c402fe Text Font Color

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

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


#c402fe Background Color

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

This div background color is #c402fe


#c402fe Border Color

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

This div border color is #c402fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c402fe

Related Colors


Comments

No comments written yet.

Please login to write comment.