Color Hex Logo

#5e0558 Color Hex

#5E0558
(94,5,88)
0 Favorites   0 Comments

Color spaces of #5e0558

RGB 94588
HSL0.840.900.19
HSV304°95°37°
CMYK 0.000.950.06   0.63
XYZ6.43183.19289.5098
Yxy3.19280.33610.1669
Hunter Lab17.868432.9820-19.0470
CIE-Lab20.800145.1308-25.2877

#5e0558 color RGB value is (94,5,88).

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

The process color (four color CMYK) of #5e0558 color hex is 0.00, 0.95, 0.06, 0.63. Web safe color of #5e0558 is #660066. Color #5e0558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00000101 01011000
Octal 136 5 130
Decimal 94 5 88
Hex 5E 5 58

RGB Percentages of Color #5e0558

%50.27
%2.67
%47.06

CMYK Percentages of Color #5e0558

%0
%95
%6
%63

Triadic Colors of #5e0558

#5e0558 #585e05 #05585e

Analogous Colors of #5e0558

#5e0558 #5e052c #38055e

Monochromatic Colors of #5e0558

#5e0558

Complementary Color

#5e0558 #055e0b

#5e0558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e0558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e0558 Color CSS Codes

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

#5e0558 Text Font Color

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

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


#5e0558 Background Color

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

This div background color is #5e0558


#5e0558 Border Color

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

This div border color is #5e0558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e0558


Comments

No comments written yet.

Please login to write comment.