Color Hex Logo

#985ace Color Hex

#985ACE
(152,90,206)
0 Favorites   0 Comments

Color spaces of #985ace

RGB 15290206
HSL0.760.540.58
HSV272°56°81°
CMYK 0.260.560.00   0.19
XYZ27.745618.444060.4902
Yxy18.44400.26010.1729
Hunter Lab42.946540.1637-53.4475
CIE-Lab50.030347.0688-50.5685

#985ace color RGB value is (152,90,206).

#985ace hex color red value is 152, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #985ace hue: 0.76 , saturation: 0.54 and the lightness value of 985ace is 0.58.

The process color (four color CMYK) of #985ace color hex is 0.26, 0.56, 0.00, 0.19. Web safe color of #985ace is #9966cc. Color #985ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011010 11001110
Octal 230 132 316
Decimal 152 90 206
Hex 98 5A CE

RGB Percentages of Color #985ace

%33.93
%20.09
%45.98

CMYK Percentages of Color #985ace

%26
%56
%0
%19

Triadic Colors of #985ace

#985ace #ce985a #5ace98

Analogous Colors of #985ace

#985ace #ce5aca #5e5ace

Monochromatic Colors of #985ace

#985ace

Complementary Color

#985ace #90ce5a

#985ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#985ace Color CSS Codes

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

#985ace Text Font Color

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

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


#985ace Background Color

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

This div background color is #985ace


#985ace Border Color

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

This div border color is #985ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985ace


Comments

No comments written yet.

Please login to write comment.