Color Hex Logo

#8954af Color Hex

#8954AF
(137,84,175)
0 Favorites   0 Comments

Color spaces of #8954af

RGB 13784175
HSL0.760.360.51
HSV275°52°69°
CMYK 0.220.520.00   0.31
XYZ21.224714.754242.2866
Yxy14.75420.27120.1885
Hunter Lab38.411231.4133-38.3841
CIE-Lab45.295739.1401-40.2365

#8954af color RGB value is (137,84,175).

#8954af hex color red value is 137, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8954af hue: 0.76 , saturation: 0.36 and the lightness value of 8954af is 0.51.

The process color (four color CMYK) of #8954af color hex is 0.22, 0.52, 0.00, 0.31. Web safe color of #8954af is #996699. Color #8954af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 10101111
Octal 211 124 257
Decimal 137 84 175
Hex 89 54 AF

RGB Percentages of Color #8954af

%34.60
%21.21
%44.19

CMYK Percentages of Color #8954af

%22
%52
%0
%31

Triadic Colors of #8954af

#8954af #af8954 #54af89

Analogous Colors of #8954af

#8954af #af54a8 #5c54af

Monochromatic Colors of #8954af

#8954af

Complementary Color

#8954af #7aaf54

#8954af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8954af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8954af Color CSS Codes

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

#8954af Text Font Color

<p style="color:#8954af">Text here</p>

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


#8954af Background Color

<div style="background-color:#8954af">
Div content here</div>

This div background color is #8954af


#8954af Border Color

<div style="border:3px solid #8954af">
Div here</div>

This div border color is #8954af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,84,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8954af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8954af;
  -webkit-box-shadow: 1px 1px 3px 2px #8954af;
  box-shadow:         1px 1px 3px 2px #8954af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,84,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8954af


Comments

No comments written yet.

Please login to write comment.