Color Hex Logo

#4e527d Color Hex

#4E527D
(78,82,125)
0 Favorites   0 Comments

Color spaces of #4e527d

RGB 7882125
HSL0.650.230.40
HSV235°38°49°
CMYK 0.380.340.00   0.51
XYZ9.86089.135020.6455
Yxy9.13500.24880.2304
Hunter Lab30.22425.3443-19.3429
CIE-Lab36.24299.7573-24.8256

#4e527d color RGB value is (78,82,125).

#4e527d hex color red value is 78, green value is 82 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4e527d hue: 0.65 , saturation: 0.23 and the lightness value of 4e527d is 0.40.

The process color (four color CMYK) of #4e527d color hex is 0.38, 0.34, 0.00, 0.51. Web safe color of #4e527d is #666666. Color #4e527d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010010 01111101
Octal 116 122 175
Decimal 78 82 125
Hex 4E 52 7D

RGB Percentages of Color #4e527d

%27.37
%28.77
%43.86

CMYK Percentages of Color #4e527d

%38
%34
%0
%51

Triadic Colors of #4e527d

#4e527d #7d4e52 #527d4e

Analogous Colors of #4e527d

#4e527d #624e7d #4e6a7d

Monochromatic Colors of #4e527d

#4e527d

Complementary Color

#4e527d #7d794e

#4e527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e527d Color CSS Codes

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

#4e527d Text Font Color

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

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


#4e527d Background Color

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

This div background color is #4e527d


#4e527d Border Color

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

This div border color is #4e527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e527d


Comments

No comments written yet.

Please login to write comment.