Color Hex Logo

#4200fe Color Hex

#4200FE
(66,0,254)
0 Favorites   0 Comments

Color spaces of #4200fe

RGB 660254
HSL0.711.000.50
HSV256°100°100°
CMYK 0.741.000.00   0.00
XYZ20.13628.314094.3094
Yxy8.31400.16400.0677
Hunter Lab28.834074.1958-173.7401
CIE-Lab34.628579.8426-103.3558

#4200fe color RGB value is (66,0,254).

#4200fe hex color red value is 66, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4200fe hue: 0.71 , saturation: 1.00 and the lightness value of 4200fe is 0.50.

The process color (four color CMYK) of #4200fe color hex is 0.74, 1.00, 0.00, 0.00. Web safe color of #4200fe is #3300ff. Color #4200fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 11111110
Octal 102 0 376
Decimal 66 0 254
Hex 42 0 FE

RGB Percentages of Color #4200fe

%20.63
%0.00
%79.38

CMYK Percentages of Color #4200fe

%74
%100
%0
%0

Triadic Colors of #4200fe

#4200fe #fe4200 #00fe42

Analogous Colors of #4200fe

#4200fe #c100fe #003dfe

Monochromatic Colors of #4200fe

#4200fe

Complementary Color

#4200fe #bcfe00

#4200fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4200fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4200fe Color CSS Codes

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

#4200fe Text Font Color

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

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


#4200fe Background Color

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

This div background color is #4200fe


#4200fe Border Color

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

This div border color is #4200fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4200fe

Related Colors


Comments

No comments written yet.

Please login to write comment.