Color Hex Logo

#986edb Color Hex

#986EDB
(152,110,219)
0 Favorites   0 Comments

Color spaces of #986edb

RGB 152110219
HSL0.730.600.65
HSV263°50°86°
CMYK 0.310.500.00   0.14
XYZ31.311022.941769.7958
Yxy22.94170.25240.1849
Hunter Lab47.897532.8664-52.8686
CIE-Lab55.012239.2337-50.0111

#986edb color RGB value is (152,110,219).

#986edb hex color red value is 152, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #986edb hue: 0.73 , saturation: 0.60 and the lightness value of 986edb is 0.65.

The process color (four color CMYK) of #986edb color hex is 0.31, 0.50, 0.00, 0.14. Web safe color of #986edb is #9966cc. Color #986edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101110 11011011
Octal 230 156 333
Decimal 152 110 219
Hex 98 6E DB

RGB Percentages of Color #986edb

%31.60
%22.87
%45.53

CMYK Percentages of Color #986edb

%31
%50
%0
%14

Triadic Colors of #986edb

#986edb #db986e #6edb98

Analogous Colors of #986edb

#986edb #cf6edb #6e7bdb

Monochromatic Colors of #986edb

#986edb

Complementary Color

#986edb #b1db6e

#986edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#986edb Color CSS Codes

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

#986edb Text Font Color

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

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


#986edb Background Color

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

This div background color is #986edb


#986edb Border Color

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

This div border color is #986edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986edb


Comments

No comments written yet.

Please login to write comment.