Color Hex Logo

#986eef Color Hex

#986EEF
(152,110,239)
0 Favorites   0 Comments

Color spaces of #986eef

RGB 152110239
HSL0.720.800.68
HSV260°54°94°
CMYK 0.360.540.00   0.06
XYZ34.104824.059384.5077
Yxy24.05930.23900.1686
Hunter Lab49.050338.2736-67.8143
CIE-Lab56.147144.3214-59.4070

#986eef color RGB value is (152,110,239).

#986eef hex color red value is 152, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #986eef hue: 0.72 , saturation: 0.80 and the lightness value of 986eef is 0.68.

The process color (four color CMYK) of #986eef color hex is 0.36, 0.54, 0.00, 0.06. Web safe color of #986eef is #9966ff. Color #986eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101110 11101111
Octal 230 156 357
Decimal 152 110 239
Hex 98 6E EF

RGB Percentages of Color #986eef

%30.34
%21.96
%47.70

CMYK Percentages of Color #986eef

%36
%54
%0
%6

Triadic Colors of #986eef

#986eef #ef986e #6eef98

Analogous Colors of #986eef

#986eef #d96eef #6e85ef

Monochromatic Colors of #986eef

#986eef

Complementary Color

#986eef #c5ef6e

#986eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#986eef Color CSS Codes

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

#986eef Text Font Color

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

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


#986eef Background Color

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

This div background color is #986eef


#986eef Border Color

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

This div border color is #986eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986eef


Comments

No comments written yet.

Please login to write comment.