Color Hex Logo

#5e425f Color Hex

#5E425F
(94,66,95)
0 Favorites   0 Comments

Color spaces of #5e425f

RGB 946695
HSL0.830.180.32
HSV298°31°37°
CMYK 0.010.310.00   0.63
XYZ8.62997.102311.7425
Yxy7.10230.31410.2585
Hunter Lab26.650111.1645-7.4691
CIE-Lab32.038717.6658-12.3732

#5e425f color RGB value is (94,66,95).

#5e425f hex color red value is 94, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5e425f hue: 0.83 , saturation: 0.18 and the lightness value of 5e425f is 0.32.

The process color (four color CMYK) of #5e425f color hex is 0.01, 0.31, 0.00, 0.63. Web safe color of #5e425f is #663366. Color #5e425f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000010 01011111
Octal 136 102 137
Decimal 94 66 95
Hex 5E 42 5F

RGB Percentages of Color #5e425f

%36.86
%25.88
%37.25

CMYK Percentages of Color #5e425f

%1
%31
%0
%63

Triadic Colors of #5e425f

#5e425f #5f5e42 #425f5e

Analogous Colors of #5e425f

#5e425f #5f4251 #50425f

Monochromatic Colors of #5e425f

#5e425f

Complementary Color

#5e425f #435f42

#5e425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e425f Color CSS Codes

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

#5e425f Text Font Color

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

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


#5e425f Background Color

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

This div background color is #5e425f


#5e425f Border Color

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

This div border color is #5e425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e425f


Comments

No comments written yet.

Please login to write comment.