Color Hex Logo

#9955ae Color Hex

#9955AE
(153,85,174)
0 Favorites   0 Comments

Color spaces of #9955ae

RGB 15385174
HSL0.790.350.51
HSV286°51°68°
CMYK 0.120.510.00   0.32
XYZ24.025416.325341.9292
Yxy16.32530.29200.1984
Hunter Lab40.404635.4318-33.2440
CIE-Lab47.398442.8719-36.1988

#9955ae color RGB value is (153,85,174).

#9955ae hex color red value is 153, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9955ae hue: 0.79 , saturation: 0.35 and the lightness value of 9955ae is 0.51.

The process color (four color CMYK) of #9955ae color hex is 0.12, 0.51, 0.00, 0.32. Web safe color of #9955ae is #996699. Color #9955ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 10101110
Octal 231 125 256
Decimal 153 85 174
Hex 99 55 AE

RGB Percentages of Color #9955ae

%37.14
%20.63
%42.23

CMYK Percentages of Color #9955ae

%12
%51
%0
%32

Triadic Colors of #9955ae

#9955ae #ae9955 #55ae99

Analogous Colors of #9955ae

#9955ae #ae5597 #6d55ae

Monochromatic Colors of #9955ae

#9955ae

Complementary Color

#9955ae #6aae55

#9955ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9955ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9955ae Color CSS Codes

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

#9955ae Text Font Color

<p style="color:#9955ae">Text here</p>

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


#9955ae Background Color

<div style="background-color:#9955ae">
Div content here</div>

This div background color is #9955ae


#9955ae Border Color

<div style="border:3px solid #9955ae">
Div here</div>

This div border color is #9955ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,85,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9955ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9955ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9955ae;
  box-shadow:         1px 1px 3px 2px #9955ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,85,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9955ae


Comments

No comments written yet.

Please login to write comment.