Color Hex Logo

#421afb Color Hex

#421AFB
(66,26,251)
0 Favorites   0 Comments

Color spaces of #421afb

RGB 6626251
HSL0.700.970.54
HSV251°90°98°
CMYK 0.740.900.00   0.02
XYZ20.02878.862191.9217
Yxy8.86210.16580.0734
Hunter Lab29.769367.9981-162.2374
CIE-Lab35.717474.6174-99.8556

#421afb color RGB value is (66,26,251).

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

The process color (four color CMYK) of #421afb color hex is 0.74, 0.90, 0.00, 0.02. Web safe color of #421afb is #3333ff. Color #421afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011010 11111011
Octal 102 32 373
Decimal 66 26 251
Hex 42 1A FB

RGB Percentages of Color #421afb

%19.24
%7.58
%73.18

CMYK Percentages of Color #421afb

%74
%90
%0
%2

Triadic Colors of #421afb

#421afb #fb421a #1afb42

Analogous Colors of #421afb

#421afb #b31afb #1a62fb

Monochromatic Colors of #421afb

#421afb

Complementary Color

#421afb #d3fb1a

#421afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#421afb Color CSS Codes

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

#421afb Text Font Color

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

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


#421afb Background Color

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

This div background color is #421afb


#421afb Border Color

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

This div border color is #421afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421afb


Comments

No comments written yet.

Please login to write comment.