Color Hex Logo

#4050ba Color Hex

#4050BA
(64,80,186)
0 Favorites   0 Comments

Color spaces of #4050ba

RGB 6480186
HSL0.640.490.49
HSV232°66°73°
CMYK 0.660.570.00   0.27
XYZ13.845910.372547.7267
Yxy10.37250.19250.1442
Hunter Lab32.206420.3781-65.3176
CIE-Lab38.502828.1599-57.9550

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 10111010
Octal 100 120 272
Decimal 64 80 186
Hex 40 50 BA

RGB Percentages of Color #4050ba

%19.39
%24.24
%56.36

CMYK Percentages of Color #4050ba

%66
%57
%0
%27

Triadic Colors of #4050ba

#4050ba #ba4050 #50ba40

Analogous Colors of #4050ba

#4050ba #6d40ba #408dba

Monochromatic Colors of #4050ba

#4050ba

Complementary Color

#4050ba #baaa40

#4050ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4050ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4050ba Color CSS Codes

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

#4050ba Text Font Color

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

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


#4050ba Background Color

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

This div background color is #4050ba


#4050ba Border Color

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

This div border color is #4050ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4050ba


Comments

No comments written yet.

Please login to write comment.