Color Hex Logo

#986ead Color Hex

#986EAD
(152,110,173)
0 Favorites   0 Comments

Color spaces of #986ead

RGB 152110173
HSL0.780.280.55
HSV280°36°68°
CMYK 0.120.360.00   0.32
XYZ26.067720.844442.1846
Yxy20.84440.29260.2340
Hunter Lab45.655722.0195-22.8234
CIE-Lab52.778828.3962-27.2172

#986ead color RGB value is (152,110,173).

#986ead hex color red value is 152, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #986ead hue: 0.78 , saturation: 0.28 and the lightness value of 986ead is 0.55.

The process color (four color CMYK) of #986ead color hex is 0.12, 0.36, 0.00, 0.32. Web safe color of #986ead is #996699. Color #986ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101110 10101101
Octal 230 156 255
Decimal 152 110 173
Hex 98 6E AD

RGB Percentages of Color #986ead

%34.94
%25.29
%39.77

CMYK Percentages of Color #986ead

%12
%36
%0
%32

Triadic Colors of #986ead

#986ead #ad986e #6ead98

Analogous Colors of #986ead

#986ead #ad6ea3 #796ead

Monochromatic Colors of #986ead

#986ead

Complementary Color

#986ead #83ad6e

#986ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#986ead Color CSS Codes

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

#986ead Text Font Color

<p style="color:#986ead">Text here</p>

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


#986ead Background Color

<div style="background-color:#986ead">
Div content here</div>

This div background color is #986ead


#986ead Border Color

<div style="border:3px solid #986ead">
Div here</div>

This div border color is #986ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986ead


Comments

No comments written yet.

Please login to write comment.