Color Hex Logo

#402eba Color Hex

#402EBA
(64,46,186)
0 Favorites   0 Comments

Color spaces of #402eba

RGB 6446186
HSL0.690.600.45
HSV248°75°73°
CMYK 0.660.750.00   0.27
XYZ11.95436.589147.0961
Yxy6.58910.18210.1004
Hunter Lab25.669238.2072-90.8126
CIE-Lab30.852648.5632-70.4731

#402eba color RGB value is (64,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 10111010
Octal 100 56 272
Decimal 64 46 186
Hex 40 2E BA

RGB Percentages of Color #402eba

%21.62
%15.54
%62.84

CMYK Percentages of Color #402eba

%66
%75
%0
%27

Triadic Colors of #402eba

#402eba #ba402e #2eba40

Analogous Colors of #402eba

#402eba #862eba #2e62ba

Monochromatic Colors of #402eba

#402eba

Complementary Color

#402eba #a8ba2e

#402eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#402eba Color CSS Codes

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

#402eba Text Font Color

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

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


#402eba Background Color

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

This div background color is #402eba


#402eba Border Color

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

This div border color is #402eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,46,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 #402eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402eba


Comments

No comments written yet.

Please login to write comment.