Color Hex Logo

#422bee Color Hex

#422BEE
(66,43,238)
0 Favorites   0 Comments

Color spaces of #422bee

RGB 6643238
HSL0.690.850.55
HSV247°82°93°
CMYK 0.720.820.00   0.07
XYZ18.54339.059181.6602
Yxy9.05910.16970.0829
Hunter Lab30.098357.3001-139.7916
CIE-Lab36.097865.4325-91.8867

#422bee color RGB value is (66,43,238).

#422bee hex color red value is 66, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #422bee hue: 0.69 , saturation: 0.85 and the lightness value of 422bee is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101011 11101110
Octal 102 53 356
Decimal 66 43 238
Hex 42 2B EE

RGB Percentages of Color #422bee

%19.02
%12.39
%68.59

CMYK Percentages of Color #422bee

%72
%82
%0
%7

Triadic Colors of #422bee

#422bee #ee422b #2bee42

Analogous Colors of #422bee

#422bee #a42bee #2b76ee

Monochromatic Colors of #422bee

#422bee

Complementary Color

#422bee #d7ee2b

#422bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#422bee Color CSS Codes

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

#422bee Text Font Color

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

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


#422bee Background Color

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

This div background color is #422bee


#422bee Border Color

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

This div border color is #422bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422bee


Comments

No comments written yet.

Please login to write comment.