Color Hex Logo

#420bfb Color Hex

#420BFB
(66,11,251)
0 Favorites   0 Comments

Color spaces of #420bfb

RGB 6611251
HSL0.700.970.51
HSV254°96°98°
CMYK 0.740.960.00   0.02
XYZ19.77908.362691.8385
Yxy8.36260.16490.0697
Hunter Lab28.918271.4809-168.0509
CIE-Lab34.726977.6452-101.5063

#420bfb color RGB value is (66,11,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001011 11111011
Octal 102 13 373
Decimal 66 11 251
Hex 42 B FB

RGB Percentages of Color #420bfb

%20.12
%3.35
%76.52

CMYK Percentages of Color #420bfb

%74
%96
%0
%2

Triadic Colors of #420bfb

#420bfb #fb420b #0bfb42

Analogous Colors of #420bfb

#420bfb #ba0bfb #0b4cfb

Monochromatic Colors of #420bfb

#420bfb

Complementary Color

#420bfb #c4fb0b

#420bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#420bfb Color CSS Codes

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

#420bfb Text Font Color

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

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


#420bfb Background Color

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

This div background color is #420bfb


#420bfb Border Color

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

This div border color is #420bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420bfb


Comments

No comments written yet.

Please login to write comment.