Color Hex Logo

#5d1eac Color Hex

#5D1EAC
(93,30,172)
0 Favorites   0 Comments

Color spaces of #5d1eac

RGB 9330172
HSL0.740.700.40
HSV267°83°67°
CMYK 0.460.830.00   0.33
XYZ12.42496.234339.5782
Yxy6.23430.21330.1070
Hunter Lab24.968645.1304-76.5038
CIE-Lab29.996155.5002-63.4309

#5d1eac color RGB value is (93,30,172).

#5d1eac hex color red value is 93, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5d1eac hue: 0.74 , saturation: 0.70 and the lightness value of 5d1eac is 0.40.

The process color (four color CMYK) of #5d1eac color hex is 0.46, 0.83, 0.00, 0.33. Web safe color of #5d1eac is #663399. Color #5d1eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00011110 10101100
Octal 135 36 254
Decimal 93 30 172
Hex 5D 1E AC

RGB Percentages of Color #5d1eac

%31.53
%10.17
%58.31

CMYK Percentages of Color #5d1eac

%46
%83
%0
%33

Triadic Colors of #5d1eac

#5d1eac #ac5d1e #1eac5d

Analogous Colors of #5d1eac

#5d1eac #a41eac #1e26ac

Monochromatic Colors of #5d1eac

#5d1eac

Complementary Color

#5d1eac #6dac1e

#5d1eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d1eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d1eac Color CSS Codes

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

#5d1eac Text Font Color

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

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


#5d1eac Background Color

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

This div background color is #5d1eac


#5d1eac Border Color

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

This div border color is #5d1eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d1eac


Comments

No comments written yet.

Please login to write comment.