Color Hex Logo

#5d0ead Color Hex

#5D0EAD
(93,14,173)
0 Favorites   0 Comments

Color spaces of #5d0ead

RGB 9314173
HSL0.750.850.37
HSV270°92°68°
CMYK 0.460.920.00   0.32
XYZ12.21415.658439.9836
Yxy5.65840.21110.0978
Hunter Lab23.787450.0264-83.0078
CIE-Lab28.533760.3600-66.4378

#5d0ead color RGB value is (93,14,173).

#5d0ead hex color red value is 93, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5d0ead hue: 0.75 , saturation: 0.85 and the lightness value of 5d0ead is 0.37.

The process color (four color CMYK) of #5d0ead color hex is 0.46, 0.92, 0.00, 0.32. Web safe color of #5d0ead is #660099. Color #5d0ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001110 10101101
Octal 135 16 255
Decimal 93 14 173
Hex 5D E AD

RGB Percentages of Color #5d0ead

%33.21
%5.00
%61.79

CMYK Percentages of Color #5d0ead

%46
%92
%0
%32

Triadic Colors of #5d0ead

#5d0ead #ad5d0e #0ead5d

Analogous Colors of #5d0ead

#5d0ead #ad0ead #0e0ead

Monochromatic Colors of #5d0ead

#5d0ead

Complementary Color

#5d0ead #5ead0e

#5d0ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d0ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d0ead Color CSS Codes

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

#5d0ead Text Font Color

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

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


#5d0ead Background Color

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

This div background color is #5d0ead


#5d0ead Border Color

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

This div border color is #5d0ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,14,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d0ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d0ead;
  -webkit-box-shadow: 1px 1px 3px 2px #5d0ead;
  box-shadow:         1px 1px 3px 2px #5d0ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,14,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d0ead


Comments

No comments written yet.

Please login to write comment.