Color Hex Logo

#4e83ad Color Hex

#4E83AD
(78,131,173)
0 Favorites   0 Comments

Color spaces of #4e83ad

RGB 78131173
HSL0.570.380.49
HSV207°55°68°
CMYK 0.550.240.00   0.32
XYZ18.801020.869442.5724
Yxy20.86940.22860.2538
Hunter Lab45.6830-6.4831-23.2747
CIE-Lab52.8063-5.2494-27.6152

#4e83ad color RGB value is (78,131,173).

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

The process color (four color CMYK) of #4e83ad color hex is 0.55, 0.24, 0.00, 0.32. Web safe color of #4e83ad is #669999. Color #4e83ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000011 10101101
Octal 116 203 255
Decimal 78 131 173
Hex 4E 83 AD

RGB Percentages of Color #4e83ad

%20.42
%34.29
%45.29

CMYK Percentages of Color #4e83ad

%55
%24
%0
%32

Triadic Colors of #4e83ad

#4e83ad #ad4e83 #83ad4e

Analogous Colors of #4e83ad

#4e83ad #4e53ad #4eada8

Monochromatic Colors of #4e83ad

#4e83ad

Complementary Color

#4e83ad #ad784e

#4e83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e83ad Color CSS Codes

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

#4e83ad Text Font Color

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

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


#4e83ad Background Color

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

This div background color is #4e83ad


#4e83ad Border Color

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

This div border color is #4e83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e83ad


Comments

No comments written yet.

Please login to write comment.