Color Hex Logo

#985aae Color Hex

#985AAE
(152,90,174)
0 Favorites   0 Comments

Color spaces of #985aae

RGB 15290174
HSL0.790.340.52
HSV284°48°68°
CMYK 0.130.480.00   0.32
XYZ24.245017.043742.0563
Yxy17.04370.29090.2045
Hunter Lab41.284032.5813-31.5003
CIE-Lab48.315139.8812-34.7653

#985aae color RGB value is (152,90,174).

#985aae hex color red value is 152, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #985aae hue: 0.79 , saturation: 0.34 and the lightness value of 985aae is 0.52.

The process color (four color CMYK) of #985aae color hex is 0.13, 0.48, 0.00, 0.32. Web safe color of #985aae is #996699. Color #985aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011010 10101110
Octal 230 132 256
Decimal 152 90 174
Hex 98 5A AE

RGB Percentages of Color #985aae

%36.54
%21.63
%41.83

CMYK Percentages of Color #985aae

%13
%48
%0
%32

Triadic Colors of #985aae

#985aae #ae985a #5aae98

Analogous Colors of #985aae

#985aae #ae5a9a #6e5aae

Monochromatic Colors of #985aae

#985aae

Complementary Color

#985aae #70ae5a

#985aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#985aae Color CSS Codes

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

#985aae Text Font Color

<p style="color:#985aae">Text here</p>

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


#985aae Background Color

<div style="background-color:#985aae">
Div content here</div>

This div background color is #985aae


#985aae Border Color

<div style="border:3px solid #985aae">
Div here</div>

This div border color is #985aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,90,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985aae;
  -webkit-box-shadow: 1px 1px 3px 2px #985aae;
  box-shadow:         1px 1px 3px 2px #985aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,90,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 #985aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985aae


Comments

No comments written yet.

Please login to write comment.