Color Hex Logo

#5d34ae Color Hex

#5D34AE
(93,52,174)
0 Favorites   0 Comments

Color spaces of #5d34ae

RGB 9352174
HSL0.720.540.44
HSV260°70°68°
CMYK 0.470.700.00   0.32
XYZ13.38227.839140.8522
Yxy7.83910.21560.1263
Hunter Lab27.998436.3192-66.9106
CIE-Lab33.645546.1263-58.6540

#5d34ae color RGB value is (93,52,174).

#5d34ae hex color red value is 93, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5d34ae hue: 0.72 , saturation: 0.54 and the lightness value of 5d34ae is 0.44.

The process color (four color CMYK) of #5d34ae color hex is 0.47, 0.70, 0.00, 0.32. Web safe color of #5d34ae is #663399. Color #5d34ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110100 10101110
Octal 135 64 256
Decimal 93 52 174
Hex 5D 34 AE

RGB Percentages of Color #5d34ae

%29.15
%16.30
%54.55

CMYK Percentages of Color #5d34ae

%47
%70
%0
%32

Triadic Colors of #5d34ae

#5d34ae #ae5d34 #34ae5d

Analogous Colors of #5d34ae

#5d34ae #9a34ae #3448ae

Monochromatic Colors of #5d34ae

#5d34ae

Complementary Color

#5d34ae #85ae34

#5d34ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d34ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d34ae Color CSS Codes

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

#5d34ae Text Font Color

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

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


#5d34ae Background Color

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

This div background color is #5d34ae


#5d34ae Border Color

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

This div border color is #5d34ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d34ae


Comments

No comments written yet.

Please login to write comment.