Color Hex Logo

#5e728d Color Hex

#5E728D
(94,114,141)
0 Favorites   0 Comments

Color spaces of #5e728d

RGB 94114141
HSL0.600.200.46
HSV214°33°55°
CMYK 0.330.190.00   0.45
XYZ15.441116.337427.5389
Yxy16.33740.26030.2754
Hunter Lab40.4195-2.5435-12.1021
CIE-Lab47.4141-0.5121-17.1465

#5e728d color RGB value is (94,114,141).

#5e728d hex color red value is 94, green value is 114 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5e728d hue: 0.60 , saturation: 0.20 and the lightness value of 5e728d is 0.46.

The process color (four color CMYK) of #5e728d color hex is 0.33, 0.19, 0.00, 0.45. Web safe color of #5e728d is #666699. Color #5e728d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110010 10001101
Octal 136 162 215
Decimal 94 114 141
Hex 5E 72 8D

RGB Percentages of Color #5e728d

%26.93
%32.66
%40.40

CMYK Percentages of Color #5e728d

%33
%19
%0
%45

Triadic Colors of #5e728d

#5e728d #8d5e72 #728d5e

Analogous Colors of #5e728d

#5e728d #625e8d #5e8a8d

Monochromatic Colors of #5e728d

#5e728d

Complementary Color

#5e728d #8d795e

#5e728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e728d Color CSS Codes

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

#5e728d Text Font Color

<p style="color:#5e728d">Text here</p>

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


#5e728d Background Color

<div style="background-color:#5e728d">
Div content here</div>

This div background color is #5e728d


#5e728d Border Color

<div style="border:3px solid #5e728d">
Div here</div>

This div border color is #5e728d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,114,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e728d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e728d;
  -webkit-box-shadow: 1px 1px 3px 2px #5e728d;
  box-shadow:         1px 1px 3px 2px #5e728d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,114,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e728d


Comments

No comments written yet.

Please login to write comment.