Color Hex Logo

#422efb Color Hex

#422EFB
(66,46,251)
0 Favorites   0 Comments

Color spaces of #422efb

RGB 6646251
HSL0.680.960.58
HSV246°82°98°
CMYK 0.740.820.00   0.02
XYZ20.636310.077392.1242
Yxy10.07730.16800.0820
Hunter Lab31.744860.4841-149.8399
CIE-Lab37.980867.8402-96.0919

#422efb color RGB value is (66,46,251).

#422efb hex color red value is 66, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #422efb hue: 0.68 , saturation: 0.96 and the lightness value of 422efb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101110 11111011
Octal 102 56 373
Decimal 66 46 251
Hex 42 2E FB

RGB Percentages of Color #422efb

%18.18
%12.67
%69.15

CMYK Percentages of Color #422efb

%74
%82
%0
%2

Triadic Colors of #422efb

#422efb #fb422e #2efb42

Analogous Colors of #422efb

#422efb #a92efb #2e81fb

Monochromatic Colors of #422efb

#422efb

Complementary Color

#422efb #e7fb2e

#422efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#422efb Color CSS Codes

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

#422efb Text Font Color

<p style="color:#422efb">Text here</p>

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


#422efb Background Color

<div style="background-color:#422efb">
Div content here</div>

This div background color is #422efb


#422efb Border Color

<div style="border:3px solid #422efb">
Div here</div>

This div border color is #422efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422efb


Comments

No comments written yet.

Please login to write comment.