Color Hex Logo

#5e035b Color Hex

#5E035B
(94,3,91)
0 Favorites   0 Comments

Color spaces of #5e035b

RGB 94391
HSL0.840.940.19
HSV302°97°37°
CMYK 0.000.970.03   0.63
XYZ6.53703.200110.1707
Yxy3.20010.32840.1607
Hunter Lab17.888833.9227-21.1872
CIE-Lab20.828146.1149-27.2492

#5e035b color RGB value is (94,3,91).

#5e035b hex color red value is 94, green value is 3 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5e035b hue: 0.84 , saturation: 0.94 and the lightness value of 5e035b is 0.19.

The process color (four color CMYK) of #5e035b color hex is 0.00, 0.97, 0.03, 0.63. Web safe color of #5e035b is #660066. Color #5e035b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00000011 01011011
Octal 136 3 133
Decimal 94 3 91
Hex 5E 3 5B

RGB Percentages of Color #5e035b

%50.00
%1.60
%48.40

CMYK Percentages of Color #5e035b

%0
%97
%3
%63

Triadic Colors of #5e035b

#5e035b #5b5e03 #035b5e

Analogous Colors of #5e035b

#5e035b #5e032e #34035e

Monochromatic Colors of #5e035b

#5e035b

Complementary Color

#5e035b #035e06

#5e035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e035b Color CSS Codes

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

#5e035b Text Font Color

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

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


#5e035b Background Color

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

This div background color is #5e035b


#5e035b Border Color

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

This div border color is #5e035b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e035b


Comments

No comments written yet.

Please login to write comment.