Color Hex Logo

#403cba Color Hex

#403CBA
(64,60,186)
0 Favorites   0 Comments

Color spaces of #403cba

RGB 6460186
HSL0.670.510.48
HSV242°68°73°
CMYK 0.660.680.00   0.27
XYZ12.59317.866947.3091
Yxy7.86690.18580.1161
Hunter Lab28.048031.0596-80.3720
CIE-Lab33.704140.6570-65.7842

#403cba color RGB value is (64,60,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111100 10111010
Octal 100 74 272
Decimal 64 60 186
Hex 40 3C BA

RGB Percentages of Color #403cba

%20.65
%19.35
%60.00

CMYK Percentages of Color #403cba

%66
%68
%0
%27

Triadic Colors of #403cba

#403cba #ba403c #3cba40

Analogous Colors of #403cba

#403cba #7f3cba #3c77ba

Monochromatic Colors of #403cba

#403cba

Complementary Color

#403cba #b6ba3c

#403cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#403cba Color CSS Codes

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

#403cba Text Font Color

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

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


#403cba Background Color

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

This div background color is #403cba


#403cba Border Color

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

This div border color is #403cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403cba


Comments

No comments written yet.

Please login to write comment.