Color Hex Logo

#4e57ba Color Hex

#4E57BA
(78,87,186)
0 Favorites   0 Comments

Color spaces of #4e57ba

RGB 7887186
HSL0.650.440.52
HSV235°58°73°
CMYK 0.580.530.00   0.27
XYZ15.413011.981347.9546
Yxy11.98130.20460.1590
Hunter Lab34.614018.9083-57.9111
CIE-Lab41.186426.1658-53.5696

#4e57ba color RGB value is (78,87,186).

#4e57ba hex color red value is 78, green value is 87 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4e57ba hue: 0.65 , saturation: 0.44 and the lightness value of 4e57ba is 0.52.

The process color (four color CMYK) of #4e57ba color hex is 0.58, 0.53, 0.00, 0.27. Web safe color of #4e57ba is #6666cc. Color #4e57ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010111 10111010
Octal 116 127 272
Decimal 78 87 186
Hex 4E 57 BA

RGB Percentages of Color #4e57ba

%22.22
%24.79
%52.99

CMYK Percentages of Color #4e57ba

%58
%53
%0
%27

Triadic Colors of #4e57ba

#4e57ba #ba4e57 #57ba4e

Analogous Colors of #4e57ba

#4e57ba #7b4eba #4e8dba

Monochromatic Colors of #4e57ba

#4e57ba

Complementary Color

#4e57ba #bab14e

#4e57ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e57ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e57ba Color CSS Codes

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

#4e57ba Text Font Color

<p style="color:#4e57ba">Text here</p>

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


#4e57ba Background Color

<div style="background-color:#4e57ba">
Div content here</div>

This div background color is #4e57ba


#4e57ba Border Color

<div style="border:3px solid #4e57ba">
Div here</div>

This div border color is #4e57ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e57ba


Comments

No comments written yet.

Please login to write comment.