Color Hex Logo

#986eda Color Hex

#986EDA
(152,110,218)
0 Favorites   0 Comments

Color spaces of #986eda

RGB 152110218
HSL0.730.590.64
HSV263°50°85°
CMYK 0.300.500.00   0.15
XYZ31.179722.889269.1044
Yxy22.88920.25310.1858
Hunter Lab47.842732.6062-52.1492
CIE-Lab54.958038.9840-49.5332

#986eda color RGB value is (152,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101110 11011010
Octal 230 156 332
Decimal 152 110 218
Hex 98 6E DA

RGB Percentages of Color #986eda

%31.67
%22.92
%45.42

CMYK Percentages of Color #986eda

%30
%50
%0
%15

Triadic Colors of #986eda

#986eda #da986e #6eda98

Analogous Colors of #986eda

#986eda #ce6eda #6e7ada

Monochromatic Colors of #986eda

#986eda

Complementary Color

#986eda #b0da6e

#986eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#986eda Color CSS Codes

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

#986eda Text Font Color

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

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


#986eda Background Color

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

This div background color is #986eda


#986eda Border Color

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

This div border color is #986eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986eda


Comments

No comments written yet.

Please login to write comment.