Color Hex Logo

#402aba Color Hex

#402ABA
(64,42,186)
0 Favorites   0 Comments

Color spaces of #402aba

RGB 6442186
HSL0.690.630.45
HSV249°77°73°
CMYK 0.660.770.00   0.27
XYZ11.80526.291147.0465
Yxy6.29110.18120.0966
Hunter Lab25.082140.1197-93.6530
CIE-Lab30.135350.6089-71.6566

#402aba color RGB value is (64,42,186).

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

The process color (four color CMYK) of #402aba color hex is 0.66, 0.77, 0.00, 0.27. Web safe color of #402aba is #3333cc. Color #402aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10111010
Octal 100 52 272
Decimal 64 42 186
Hex 40 2A BA

RGB Percentages of Color #402aba

%21.92
%14.38
%63.70

CMYK Percentages of Color #402aba

%66
%77
%0
%27

Triadic Colors of #402aba

#402aba #ba402a #2aba40

Analogous Colors of #402aba

#402aba #882aba #2a5cba

Monochromatic Colors of #402aba

#402aba

Complementary Color

#402aba #a4ba2a

#402aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aba Color CSS Codes

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

#402aba Text Font Color

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

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


#402aba Background Color

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

This div background color is #402aba


#402aba Border Color

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

This div border color is #402aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aba


Comments

No comments written yet.

Please login to write comment.