Color Hex Logo

#422aeb Color Hex

#422AEB
(66,42,235)
0 Favorites   0 Comments

Color spaces of #422aeb

RGB 6642235
HSL0.690.830.54
HSV247°82°92°
CMYK 0.720.820.00   0.08
XYZ18.07018.812379.3458
Yxy8.81230.17010.0830
Hunter Lab29.685556.7064-137.6951
CIE-Lab35.620465.0025-90.9768

#422aeb color RGB value is (66,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 11101011
Octal 102 52 353
Decimal 66 42 235
Hex 42 2A EB

RGB Percentages of Color #422aeb

%19.24
%12.24
%68.51

CMYK Percentages of Color #422aeb

%72
%82
%0
%8

Triadic Colors of #422aeb

#422aeb #eb422a #2aeb42

Analogous Colors of #422aeb

#422aeb #a32aeb #2a73eb

Monochromatic Colors of #422aeb

#422aeb

Complementary Color

#422aeb #d3eb2a

#422aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#422aeb Color CSS Codes

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

#422aeb Text Font Color

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

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


#422aeb Background Color

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

This div background color is #422aeb


#422aeb Border Color

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

This div border color is #422aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422aeb


Comments

No comments written yet.

Please login to write comment.