Color Hex Logo

#403cbb Color Hex

#403CBB
(64,60,187)
0 Favorites   0 Comments

Color spaces of #403cbb

RGB 6460187
HSL0.670.510.48
HSV242°68°73°
CMYK 0.660.680.00   0.27
XYZ12.69997.909647.8711
Yxy7.90960.18550.1155
Hunter Lab28.124031.3878-81.2333
CIE-Lab33.793940.9886-66.2269

#403cbb color RGB value is (64,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111100 10111011
Octal 100 74 273
Decimal 64 60 187
Hex 40 3C BB

RGB Percentages of Color #403cbb

%20.58
%19.29
%60.13

CMYK Percentages of Color #403cbb

%66
%68
%0
%27

Triadic Colors of #403cbb

#403cbb #bb403c #3cbb40

Analogous Colors of #403cbb

#403cbb #803cbb #3c78bb

Monochromatic Colors of #403cbb

#403cbb

Complementary Color

#403cbb #b7bb3c

#403cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403cbb Color CSS Codes

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

#403cbb Text Font Color

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

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


#403cbb Background Color

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

This div background color is #403cbb


#403cbb Border Color

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

This div border color is #403cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403cbb


Comments

No comments written yet.

Please login to write comment.