Color Hex Logo

#402bba Color Hex

#402BBA
(64,43,186)
0 Favorites   0 Comments

Color spaces of #402bba

RGB 6443186
HSL0.690.620.45
HSV249°77°73°
CMYK 0.660.770.00   0.27
XYZ11.84126.362947.0584
Yxy6.36290.18140.0975
Hunter Lab25.224839.6494-92.9518
CIE-Lab30.310250.1086-71.3678

#402bba color RGB value is (64,43,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 10111010
Octal 100 53 272
Decimal 64 43 186
Hex 40 2B BA

RGB Percentages of Color #402bba

%21.84
%14.68
%63.48

CMYK Percentages of Color #402bba

%66
%77
%0
%27

Triadic Colors of #402bba

#402bba #ba402b #2bba40

Analogous Colors of #402bba

#402bba #882bba #2b5eba

Monochromatic Colors of #402bba

#402bba

Complementary Color

#402bba #a5ba2b

#402bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#402bba Color CSS Codes

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

#402bba Text Font Color

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

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


#402bba Background Color

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

This div background color is #402bba


#402bba Border Color

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

This div border color is #402bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402bba


Comments

No comments written yet.

Please login to write comment.