Color Hex Logo

#5d40ad Color Hex

#5D40AD
(93,64,173)
0 Favorites   0 Comments

Color spaces of #5d40ad

RGB 9364173
HSL0.710.460.46
HSV256°63°68°
CMYK 0.460.630.00   0.32
XYZ13.89049.011140.5424
Yxy9.01110.21890.1420
Hunter Lab30.018530.0646-59.0630
CIE-Lab36.005739.2051-54.2193

#5d40ad color RGB value is (93,64,173).

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

The process color (four color CMYK) of #5d40ad color hex is 0.46, 0.63, 0.00, 0.32. Web safe color of #5d40ad is #663399. Color #5d40ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000000 10101101
Octal 135 100 255
Decimal 93 64 173
Hex 5D 40 AD

RGB Percentages of Color #5d40ad

%28.18
%19.39
%52.42

CMYK Percentages of Color #5d40ad

%46
%63
%0
%32

Triadic Colors of #5d40ad

#5d40ad #ad5d40 #40ad5d

Analogous Colors of #5d40ad

#5d40ad #9440ad #405aad

Monochromatic Colors of #5d40ad

#5d40ad

Complementary Color

#5d40ad #90ad40

#5d40ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d40ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d40ad Color CSS Codes

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

#5d40ad Text Font Color

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

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


#5d40ad Background Color

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

This div background color is #5d40ad


#5d40ad Border Color

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

This div border color is #5d40ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d40ad


Comments

No comments written yet.

Please login to write comment.