Color Hex Logo

#9554af Color Hex

#9554AF
(149,84,175)
0 Favorites   0 Comments

Color spaces of #9554af

RGB 14984175
HSL0.790.360.51
HSV283°52°69°
CMYK 0.150.520.00   0.31
XYZ23.302615.825442.3839
Yxy15.82540.28590.1941
Hunter Lab39.781234.9429-35.3223
CIE-Lab46.744642.4875-37.8502

#9554af color RGB value is (149,84,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 10101111
Octal 225 124 257
Decimal 149 84 175
Hex 95 54 AF

RGB Percentages of Color #9554af

%36.52
%20.59
%42.89

CMYK Percentages of Color #9554af

%15
%52
%0
%31

Triadic Colors of #9554af

#9554af #af9554 #54af95

Analogous Colors of #9554af

#9554af #af549c #6854af

Monochromatic Colors of #9554af

#9554af

Complementary Color

#9554af #6eaf54

#9554af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9554af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9554af Color CSS Codes

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

#9554af Text Font Color

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

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


#9554af Background Color

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

This div background color is #9554af


#9554af Border Color

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

This div border color is #9554af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #9554af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9554af


Comments

No comments written yet.

Please login to write comment.