Color Hex Logo

#420bfe Color Hex

#420BFE
(66,11,254)
0 Favorites   0 Comments

Color spaces of #420bfe

RGB 6611254
HSL0.700.990.52
HSV254°96°100°
CMYK 0.740.960.00   0.00
XYZ20.25588.553494.3493
Yxy8.55340.16450.0695
Hunter Lab29.246272.4476-170.7994
CIE-Lab35.109878.3568-102.5528

#420bfe color RGB value is (66,11,254).

#420bfe hex color red value is 66, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #420bfe hue: 0.70 , saturation: 0.99 and the lightness value of 420bfe is 0.52.

The process color (four color CMYK) of #420bfe color hex is 0.74, 0.96, 0.00, 0.00. Web safe color of #420bfe is #3300ff. Color #420bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001011 11111110
Octal 102 13 376
Decimal 66 11 254
Hex 42 B FE

RGB Percentages of Color #420bfe

%19.94
%3.32
%76.74

CMYK Percentages of Color #420bfe

%74
%96
%0
%0

Triadic Colors of #420bfe

#420bfe #fe420b #0bfe42

Analogous Colors of #420bfe

#420bfe #bc0bfe #0b4dfe

Monochromatic Colors of #420bfe

#420bfe

Complementary Color

#420bfe #c7fe0b

#420bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#420bfe Color CSS Codes

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

#420bfe Text Font Color

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

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


#420bfe Background Color

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

This div background color is #420bfe


#420bfe Border Color

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

This div border color is #420bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.