Color Hex Logo

#5d3eab Color Hex

#5D3EAB
(93,62,171)
0 Favorites   0 Comments

Color spaces of #5d3eab

RGB 9362171
HSL0.710.470.46
HSV257°64°67°
CMYK 0.460.640.00   0.33
XYZ13.58758.712739.4937
Yxy8.71270.21990.1410
Hunter Lab29.517330.5125-58.6671
CIE-Lab35.425239.7789-53.9687

#5d3eab color RGB value is (93,62,171).

#5d3eab hex color red value is 93, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5d3eab hue: 0.71 , saturation: 0.47 and the lightness value of 5d3eab is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00111110 10101011
Octal 135 76 253
Decimal 93 62 171
Hex 5D 3E AB

RGB Percentages of Color #5d3eab

%28.53
%19.02
%52.45

CMYK Percentages of Color #5d3eab

%46
%64
%0
%33

Triadic Colors of #5d3eab

#5d3eab #ab5d3e #3eab5d

Analogous Colors of #5d3eab

#5d3eab #943eab #3e56ab

Monochromatic Colors of #5d3eab

#5d3eab

Complementary Color

#5d3eab #8cab3e

#5d3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3eab Color CSS Codes

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

#5d3eab Text Font Color

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

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


#5d3eab Background Color

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

This div background color is #5d3eab


#5d3eab Border Color

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

This div border color is #5d3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3eab


Comments

No comments written yet.

Please login to write comment.