Color Hex Logo

#5d47ab Color Hex

#5D47AB
(93,71,171)
0 Favorites   0 Comments

Color spaces of #5d47ab

RGB 9371171
HSL0.700.410.47
HSV253°58°67°
CMYK 0.460.580.00   0.33
XYZ14.11819.773939.6705
Yxy9.77390.22210.1538
Hunter Lab31.263225.8978-53.3499
CIE-Lab37.433534.4818-50.7185

#5d47ab color RGB value is (93,71,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000111 10101011
Octal 135 107 253
Decimal 93 71 171
Hex 5D 47 AB

RGB Percentages of Color #5d47ab

%27.76
%21.19
%51.04

CMYK Percentages of Color #5d47ab

%46
%58
%0
%33

Triadic Colors of #5d47ab

#5d47ab #ab5d47 #47ab5d

Analogous Colors of #5d47ab

#5d47ab #8f47ab #4763ab

Monochromatic Colors of #5d47ab

#5d47ab

Complementary Color

#5d47ab #95ab47

#5d47ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d47ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d47ab Color CSS Codes

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

#5d47ab Text Font Color

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

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


#5d47ab Background Color

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

This div background color is #5d47ab


#5d47ab Border Color

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

This div border color is #5d47ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,71,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 #5d47ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d47ab


Comments

No comments written yet.

Please login to write comment.