Color Hex Logo

#985dac Color Hex

#985DAC
(152,93,172)
0 Favorites   0 Comments

Color spaces of #985dac

RGB 15293172
HSL0.790.320.52
HSV285°46°67°
CMYK 0.120.460.00   0.33
XYZ24.309617.482741.1230
Yxy17.48270.29320.2109
Hunter Lab41.812330.6080-29.0439
CIE-Lab48.862637.8026-32.7358

#985dac color RGB value is (152,93,172).

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

The process color (four color CMYK) of #985dac color hex is 0.12, 0.46, 0.00, 0.33. Web safe color of #985dac is #996699. Color #985dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011101 10101100
Octal 230 135 254
Decimal 152 93 172
Hex 98 5D AC

RGB Percentages of Color #985dac

%36.45
%22.30
%41.25

CMYK Percentages of Color #985dac

%12
%46
%0
%33

Triadic Colors of #985dac

#985dac #ac985d #5dac98

Analogous Colors of #985dac

#985dac #ac5d99 #715dac

Monochromatic Colors of #985dac

#985dac

Complementary Color

#985dac #71ac5d

#985dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#985dac Color CSS Codes

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

#985dac Text Font Color

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

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


#985dac Background Color

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

This div background color is #985dac


#985dac Border Color

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

This div border color is #985dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,93,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985dac


Comments

No comments written yet.

Please login to write comment.