Color Hex Logo

#4e59ac Color Hex

#4E59AC
(78,89,172)
0 Favorites   0 Comments

Color spaces of #4e59ac

RGB 7889172
HSL0.650.380.49
HSV233°55°67°
CMYK 0.550.480.00   0.33
XYZ14.160711.743040.5500
Yxy11.74300.21310.1767
Hunter Lab34.268113.7930-46.1713
CIE-Lab40.804720.2169-45.9540

#4e59ac color RGB value is (78,89,172).

#4e59ac hex color red value is 78, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4e59ac hue: 0.65 , saturation: 0.38 and the lightness value of 4e59ac is 0.49.

The process color (four color CMYK) of #4e59ac color hex is 0.55, 0.48, 0.00, 0.33. Web safe color of #4e59ac is #666699. Color #4e59ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011001 10101100
Octal 116 131 254
Decimal 78 89 172
Hex 4E 59 AC

RGB Percentages of Color #4e59ac

%23.01
%26.25
%50.74

CMYK Percentages of Color #4e59ac

%55
%48
%0
%33

Triadic Colors of #4e59ac

#4e59ac #ac4e59 #59ac4e

Analogous Colors of #4e59ac

#4e59ac #724eac #4e88ac

Monochromatic Colors of #4e59ac

#4e59ac

Complementary Color

#4e59ac #aca14e

#4e59ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e59ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e59ac Color CSS Codes

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

#4e59ac Text Font Color

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

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


#4e59ac Background Color

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

This div background color is #4e59ac


#4e59ac Border Color

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

This div border color is #4e59ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,89,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4e59ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e59ac


Comments

No comments written yet.

Please login to write comment.