Color Hex Logo

#4e56af Color Hex

#4E56AF
(78,86,175)
0 Favorites   0 Comments

Color spaces of #4e56af

RGB 7886175
HSL0.650.380.50
HSV235°55°69°
CMYK 0.550.510.00   0.31
XYZ14.207511.370442.0033
Yxy11.37040.21020.1682
Hunter Lab33.720016.1986-50.2505
CIE-Lab40.197423.1261-48.6999

#4e56af color RGB value is (78,86,175).

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

The process color (four color CMYK) of #4e56af color hex is 0.55, 0.51, 0.00, 0.31. Web safe color of #4e56af is #666699. Color #4e56af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010110 10101111
Octal 116 126 257
Decimal 78 86 175
Hex 4E 56 AF

RGB Percentages of Color #4e56af

%23.01
%25.37
%51.62

CMYK Percentages of Color #4e56af

%55
%51
%0
%31

Triadic Colors of #4e56af

#4e56af #af4e56 #56af4e

Analogous Colors of #4e56af

#4e56af #774eaf #4e87af

Monochromatic Colors of #4e56af

#4e56af

Complementary Color

#4e56af #afa74e

#4e56af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e56af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e56af Color CSS Codes

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

#4e56af Text Font Color

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

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


#4e56af Background Color

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

This div background color is #4e56af


#4e56af Border Color

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

This div border color is #4e56af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e56af


Comments

No comments written yet.

Please login to write comment.