Color Hex Logo

#986fdb Color Hex

#986FDB
(152,111,219)
0 Favorites   0 Comments

Color spaces of #986fdb

RGB 152111219
HSL0.730.600.65
HSV263°49°86°
CMYK 0.310.490.00   0.14
XYZ31.419523.158869.8319
Yxy23.15880.25250.1861
Hunter Lab48.123632.3249-52.3489
CIE-Lab55.235538.6696-49.6558

#986fdb color RGB value is (152,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101111 11011011
Octal 230 157 333
Decimal 152 111 219
Hex 98 6F DB

RGB Percentages of Color #986fdb

%31.54
%23.03
%45.44

CMYK Percentages of Color #986fdb

%31
%49
%0
%14

Triadic Colors of #986fdb

#986fdb #db986f #6fdb98

Analogous Colors of #986fdb

#986fdb #ce6fdb #6f7cdb

Monochromatic Colors of #986fdb

#986fdb

Complementary Color

#986fdb #b2db6f

#986fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#986fdb Color CSS Codes

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

#986fdb Text Font Color

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

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


#986fdb Background Color

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

This div background color is #986fdb


#986fdb Border Color

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

This div border color is #986fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986fdb


Comments

No comments written yet.

Please login to write comment.