Color Hex Logo

#402abb Color Hex

#402ABB
(64,42,187)
0 Favorites   0 Comments

Color spaces of #402abb

RGB 6442187
HSL0.690.630.45
HSV249°78°73°
CMYK 0.660.780.00   0.27
XYZ11.91206.333847.6084
Yxy6.33380.18090.0962
Hunter Lab25.167040.4448-94.5417
CIE-Lab30.239550.9101-72.0766

#402abb color RGB value is (64,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10111011
Octal 100 52 273
Decimal 64 42 187
Hex 40 2A BB

RGB Percentages of Color #402abb

%21.84
%14.33
%63.82

CMYK Percentages of Color #402abb

%66
%78
%0
%27

Triadic Colors of #402abb

#402abb #bb402a #2abb40

Analogous Colors of #402abb

#402abb #892abb #2a5dbb

Monochromatic Colors of #402abb

#402abb

Complementary Color

#402abb #a5bb2a

#402abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#402abb Color CSS Codes

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

#402abb Text Font Color

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

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


#402abb Background Color

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

This div background color is #402abb


#402abb Border Color

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

This div border color is #402abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402abb


Comments

No comments written yet.

Please login to write comment.