Color Hex Logo

#986dfb Color Hex

#986DFB
(152,109,251)
0 Favorites   0 Comments

Color spaces of #986dfb

RGB 152109251
HSL0.720.950.71
HSV258°57°98°
CMYK 0.390.570.00   0.02
XYZ35.830124.577794.1223
Yxy24.57770.23190.1590
Hunter Lab49.575942.2499-77.8619
CIE-Lab56.661647.9968-65.2415

#986dfb color RGB value is (152,109,251).

#986dfb hex color red value is 152, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #986dfb hue: 0.72 , saturation: 0.95 and the lightness value of 986dfb is 0.71.

The process color (four color CMYK) of #986dfb color hex is 0.39, 0.57, 0.00, 0.02. Web safe color of #986dfb is #9966ff. Color #986dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 11111011
Octal 230 155 373
Decimal 152 109 251
Hex 98 6D FB

RGB Percentages of Color #986dfb

%29.69
%21.29
%49.02

CMYK Percentages of Color #986dfb

%39
%57
%0
%2

Triadic Colors of #986dfb

#986dfb #fb986d #6dfb98

Analogous Colors of #986dfb

#986dfb #df6dfb #6d89fb

Monochromatic Colors of #986dfb

#986dfb

Complementary Color

#986dfb #d0fb6d

#986dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#986dfb Color CSS Codes

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

#986dfb Text Font Color

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

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


#986dfb Background Color

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

This div background color is #986dfb


#986dfb Border Color

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

This div border color is #986dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.