Color Hex Logo

#8953ad Color Hex

#8953AD
(137,83,173)
0 Favorites   0 Comments

Color spaces of #8953ad

RGB 13783173
HSL0.770.350.50
HSV276°52°68°
CMYK 0.210.520.00   0.32
XYZ20.952614.522041.2339
Yxy14.52200.27310.1893
Hunter Lab38.107731.4553-37.4784
CIE-Lab44.972439.2316-39.5728

#8953ad color RGB value is (137,83,173).

#8953ad hex color red value is 137, green value is 83 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8953ad hue: 0.77 , saturation: 0.35 and the lightness value of 8953ad is 0.50.

The process color (four color CMYK) of #8953ad color hex is 0.21, 0.52, 0.00, 0.32. Web safe color of #8953ad is #996699. Color #8953ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 10101101
Octal 211 123 255
Decimal 137 83 173
Hex 89 53 AD

RGB Percentages of Color #8953ad

%34.86
%21.12
%44.02

CMYK Percentages of Color #8953ad

%21
%52
%0
%32

Triadic Colors of #8953ad

#8953ad #ad8953 #53ad89

Analogous Colors of #8953ad

#8953ad #ad53a4 #5c53ad

Monochromatic Colors of #8953ad

#8953ad

Complementary Color

#8953ad #77ad53

#8953ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8953ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8953ad Color CSS Codes

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

#8953ad Text Font Color

<p style="color:#8953ad">Text here</p>

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


#8953ad Background Color

<div style="background-color:#8953ad">
Div content here</div>

This div background color is #8953ad


#8953ad Border Color

<div style="border:3px solid #8953ad">
Div here</div>

This div border color is #8953ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,83,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8953ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8953ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8953ad;
  box-shadow:         1px 1px 3px 2px #8953ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,83,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 #8953ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8953ad


Comments

No comments written yet.

Please login to write comment.