Color Hex Logo

#421bfb Color Hex

#421BFB
(66,27,251)
0 Favorites   0 Comments

Color spaces of #421bfb

RGB 6627251
HSL0.700.970.55
HSV250°89°98°
CMYK 0.740.890.00   0.02
XYZ20.05138.907291.9292
Yxy8.90720.16590.0737
Hunter Lab29.844967.6965-161.7353
CIE-Lab35.805074.3518-99.7097

#421bfb color RGB value is (66,27,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011011 11111011
Octal 102 33 373
Decimal 66 27 251
Hex 42 1B FB

RGB Percentages of Color #421bfb

%19.19
%7.85
%72.97

CMYK Percentages of Color #421bfb

%74
%89
%0
%2

Triadic Colors of #421bfb

#421bfb #fb421b #1bfb42

Analogous Colors of #421bfb

#421bfb #b21bfb #1b64fb

Monochromatic Colors of #421bfb

#421bfb

Complementary Color

#421bfb #d4fb1b

#421bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#421bfb Color CSS Codes

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

#421bfb Text Font Color

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

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


#421bfb Background Color

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

This div background color is #421bfb


#421bfb Border Color

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

This div border color is #421bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.