Color Hex Logo

#402ae2 Color Hex

#402AE2
(64,42,226)
0 Favorites   0 Comments

Color spaces of #402ae2

RGB 6442226
HSL0.690.760.53
HSV247°81°89°
CMYK 0.720.810.00   0.11
XYZ16.66988.236972.6628
Yxy8.23690.17090.0844
Hunter Lab28.700053.4530-130.0207
CIE-Lab34.471562.3277-87.7558

#402ae2 color RGB value is (64,42,226).

#402ae2 hex color red value is 64, green value is 42 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #402ae2 hue: 0.69 , saturation: 0.76 and the lightness value of 402ae2 is 0.53.

The process color (four color CMYK) of #402ae2 color hex is 0.72, 0.81, 0.00, 0.11. Web safe color of #402ae2 is #3333cc. Color #402ae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 11100010
Octal 100 52 342
Decimal 64 42 226
Hex 40 2A E2

RGB Percentages of Color #402ae2

%19.28
%12.65
%68.07

CMYK Percentages of Color #402ae2

%72
%81
%0
%11

Triadic Colors of #402ae2

#402ae2 #e2402a #2ae240

Analogous Colors of #402ae2

#402ae2 #9c2ae2 #2a70e2

Monochromatic Colors of #402ae2

#402ae2

Complementary Color

#402ae2 #cce22a

#402ae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402ae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402ae2 Color CSS Codes

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

#402ae2 Text Font Color

<p style="color:#402ae2">Text here</p>

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


#402ae2 Background Color

<div style="background-color:#402ae2">
Div content here</div>

This div background color is #402ae2


#402ae2 Border Color

<div style="border:3px solid #402ae2">
Div here</div>

This div border color is #402ae2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,42,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402ae2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402ae2;
  -webkit-box-shadow: 1px 1px 3px 2px #402ae2;
  box-shadow:         1px 1px 3px 2px #402ae2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402ae2


Comments

No comments written yet.

Please login to write comment.