Color Hex Logo

#986cef Color Hex

#986CEF
(152,108,239)
0 Favorites   0 Comments

Color spaces of #986cef

RGB 152108239
HSL0.720.800.68
HSV260°55°94°
CMYK 0.360.550.00   0.06
XYZ33.891423.632584.4366
Yxy23.63250.23870.1665
Hunter Lab48.613339.3705-68.9518
CIE-Lab55.718045.4287-60.0953

#986cef color RGB value is (152,108,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101100 11101111
Octal 230 154 357
Decimal 152 108 239
Hex 98 6C EF

RGB Percentages of Color #986cef

%30.46
%21.64
%47.90

CMYK Percentages of Color #986cef

%36
%55
%0
%6

Triadic Colors of #986cef

#986cef #ef986c #6cef98

Analogous Colors of #986cef

#986cef #da6cef #6c82ef

Monochromatic Colors of #986cef

#986cef

Complementary Color

#986cef #c3ef6c

#986cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#986cef Color CSS Codes

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

#986cef Text Font Color

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

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


#986cef Background Color

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

This div background color is #986cef


#986cef Border Color

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

This div border color is #986cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986cef


Comments

No comments written yet.

Please login to write comment.