Color Hex Logo

#985dad Color Hex

#985DAD
(152,93,173)
0 Favorites   0 Comments

Color spaces of #985dad

RGB 15293173
HSL0.790.330.52
HSV284°46°68°
CMYK 0.120.460.00   0.32
XYZ24.406117.521241.6308
Yxy17.52120.29210.2097
Hunter Lab41.858330.8249-29.6669
CIE-Lab48.910138.0169-33.2464

#985dad color RGB value is (152,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011101 10101101
Octal 230 135 255
Decimal 152 93 173
Hex 98 5D AD

RGB Percentages of Color #985dad

%36.36
%22.25
%41.39

CMYK Percentages of Color #985dad

%12
%46
%0
%32

Triadic Colors of #985dad

#985dad #ad985d #5dad98

Analogous Colors of #985dad

#985dad #ad5d9a #705dad

Monochromatic Colors of #985dad

#985dad

Complementary Color

#985dad #72ad5d

#985dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#985dad Color CSS Codes

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

#985dad Text Font Color

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

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


#985dad Background Color

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

This div background color is #985dad


#985dad Border Color

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

This div border color is #985dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985dad

#985dad Color Palettes


Comments

No comments written yet.

Please login to write comment.