Color Hex Logo

#905dad Color Hex

#905DAD
(144,93,173)
0 Favorites   0 Comments

Color spaces of #905dad

RGB 14493173
HSL0.770.330.52
HSV278°46°68°
CMYK 0.170.460.00   0.32
XYZ22.958816.775141.5630
Yxy16.77510.28240.2063
Hunter Lab40.957428.3832-31.4965
CIE-Lab47.975435.6356-34.7792

#905dad color RGB value is (144,93,173).

#905dad hex color red value is 144, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #905dad hue: 0.77 , saturation: 0.33 and the lightness value of 905dad is 0.52.

The process color (four color CMYK) of #905dad color hex is 0.17, 0.46, 0.00, 0.32. Web safe color of #905dad is #996699. Color #905dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011101 10101101
Octal 220 135 255
Decimal 144 93 173
Hex 90 5D AD

RGB Percentages of Color #905dad

%35.12
%22.68
%42.20

CMYK Percentages of Color #905dad

%17
%46
%0
%32

Triadic Colors of #905dad

#905dad #ad905d #5dad90

Analogous Colors of #905dad

#905dad #ad5da2 #685dad

Monochromatic Colors of #905dad

#905dad

Complementary Color

#905dad #7aad5d

#905dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#905dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#905dad Color CSS Codes

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

#905dad Text Font Color

<p style="color:#905dad">Text here</p>

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


#905dad Background Color

<div style="background-color:#905dad">
Div content here</div>

This div background color is #905dad


#905dad Border Color

<div style="border:3px solid #905dad">
Div here</div>

This div border color is #905dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #905dad


Comments

No comments written yet.

Please login to write comment.