Color Hex Logo

#4040ba Color Hex

#4040BA
(64,64,186)
0 Favorites   0 Comments

Color spaces of #4040ba

RGB 6464186
HSL0.670.490.49
HSV240°66°73°
CMYK 0.660.660.00   0.27
XYZ12.81078.302047.3816
Yxy8.30200.18700.1212
Hunter Lab28.813228.9402-77.3297
CIE-Lab34.604138.2377-64.3099

#4040ba color RGB value is (64,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000000 10111010
Octal 100 100 272
Decimal 64 64 186
Hex 40 40 BA

RGB Percentages of Color #4040ba

%20.38
%20.38
%59.24

CMYK Percentages of Color #4040ba

%66
%66
%0
%27

Triadic Colors of #4040ba

#4040ba #ba4040 #40ba40

Analogous Colors of #4040ba

#4040ba #7d40ba #407dba

Monochromatic Colors of #4040ba

#4040ba

Complementary Color

#4040ba #baba40

#4040ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4040ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4040ba Color CSS Codes

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

#4040ba Text Font Color

<p style="color:#4040ba">Text here</p>

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


#4040ba Background Color

<div style="background-color:#4040ba">
Div content here</div>

This div background color is #4040ba


#4040ba Border Color

<div style="border:3px solid #4040ba">
Div here</div>

This div border color is #4040ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4040ba


Comments

No comments written yet.

Please login to write comment.