Color Hex Logo

#403abb Color Hex

#403ABB
(64,58,187)
0 Favorites   0 Comments

Color spaces of #403abb

RGB 6458187
HSL0.670.530.48
HSV243°69°73°
CMYK 0.660.690.00   0.27
XYZ12.59707.704047.8368
Yxy7.70400.18490.1131
Hunter Lab27.756132.4385-82.7553
CIE-Lab33.358742.1724-66.9410

#403abb color RGB value is (64,58,187).

#403abb hex color red value is 64, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #403abb hue: 0.67 , saturation: 0.53 and the lightness value of 403abb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111010 10111011
Octal 100 72 273
Decimal 64 58 187
Hex 40 3A BB

RGB Percentages of Color #403abb

%20.71
%18.77
%60.52

CMYK Percentages of Color #403abb

%66
%69
%0
%27

Triadic Colors of #403abb

#403abb #bb403a #3abb40

Analogous Colors of #403abb

#403abb #813abb #3a75bb

Monochromatic Colors of #403abb

#403abb

Complementary Color

#403abb #b5bb3a

#403abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403abb Color CSS Codes

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

#403abb Text Font Color

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

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


#403abb Background Color

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

This div background color is #403abb


#403abb Border Color

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

This div border color is #403abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403abb


Comments

No comments written yet.

Please login to write comment.