Color Hex Logo

#986abe Color Hex

#986ABE
(152,106,190)
0 Favorites   0 Comments

Color spaces of #986abe

RGB 152106190
HSL0.760.390.58
HSV273°44°75°
CMYK 0.200.440.00   0.25
XYZ27.397220.701251.2669
Yxy20.70120.27570.2083
Hunter Lab45.498627.8622-34.9578
CIE-Lab52.620934.5080-37.2807

#986abe color RGB value is (152,106,190).

#986abe hex color red value is 152, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #986abe hue: 0.76 , saturation: 0.39 and the lightness value of 986abe is 0.58.

The process color (four color CMYK) of #986abe color hex is 0.20, 0.44, 0.00, 0.25. Web safe color of #986abe is #9966cc. Color #986abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10111110
Octal 230 152 276
Decimal 152 106 190
Hex 98 6A BE

RGB Percentages of Color #986abe

%33.93
%23.66
%42.41

CMYK Percentages of Color #986abe

%20
%44
%0
%25

Triadic Colors of #986abe

#986abe #be986a #6abe98

Analogous Colors of #986abe

#986abe #be6aba #6e6abe

Monochromatic Colors of #986abe

#986abe

Complementary Color

#986abe #90be6a

#986abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#986abe Color CSS Codes

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

#986abe Text Font Color

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

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


#986abe Background Color

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

This div background color is #986abe


#986abe Border Color

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

This div border color is #986abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986abe


Comments

No comments written yet.

Please login to write comment.