Color Hex Logo

#405abb Color Hex

#405ABB
(64,90,187)
0 Favorites   0 Comments

Color spaces of #405abb

RGB 6490187
HSL0.630.490.49
HSV227°66°73°
CMYK 0.660.520.00   0.27
XYZ14.740211.990248.5512
Yxy11.99020.19580.1593
Hunter Lab34.626915.3881-58.8932
CIE-Lab41.200522.0783-54.1737

#405abb color RGB value is (64,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011010 10111011
Octal 100 132 273
Decimal 64 90 187
Hex 40 5A BB

RGB Percentages of Color #405abb

%18.77
%26.39
%54.84

CMYK Percentages of Color #405abb

%66
%52
%0
%27

Triadic Colors of #405abb

#405abb #bb405a #5abb40

Analogous Colors of #405abb

#405abb #6440bb #4098bb

Monochromatic Colors of #405abb

#405abb

Complementary Color

#405abb #bba140

#405abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#405abb Color CSS Codes

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

#405abb Text Font Color

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

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


#405abb Background Color

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

This div background color is #405abb


#405abb Border Color

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

This div border color is #405abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405abb


Comments

No comments written yet.

Please login to write comment.