Color Hex Logo

#422afb Color Hex

#422AFB
(66,42,251)
0 Favorites   0 Comments

Color spaces of #422afb

RGB 6642251
HSL0.690.960.57
HSV247°83°98°
CMYK 0.740.830.00   0.02
XYZ20.48739.779292.0746
Yxy9.77920.16750.0799
Hunter Lab31.271762.2167-152.6798
CIE-Lab37.443269.4325-96.9849

#422afb color RGB value is (66,42,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 11111011
Octal 102 52 373
Decimal 66 42 251
Hex 42 2A FB

RGB Percentages of Color #422afb

%18.38
%11.70
%69.92

CMYK Percentages of Color #422afb

%74
%83
%0
%2

Triadic Colors of #422afb

#422afb #fb422a #2afb42

Analogous Colors of #422afb

#422afb #ab2afb #2a7bfb

Monochromatic Colors of #422afb

#422afb

Complementary Color

#422afb #e3fb2a

#422afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#422afb Color CSS Codes

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

#422afb Text Font Color

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

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


#422afb Background Color

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

This div background color is #422afb


#422afb Border Color

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

This div border color is #422afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422afb


Comments

No comments written yet.

Please login to write comment.