Color Hex Logo

#986bfb Color Hex

#986BFB
(152,107,251)
0 Favorites   0 Comments

Color spaces of #986bfb

RGB 152107251
HSL0.720.950.70
HSV259°57°98°
CMYK 0.390.570.00   0.02
XYZ35.619224.155894.0520
Yxy24.15580.23160.1570
Hunter Lab49.148643.3535-79.0550
CIE-Lab56.243449.0892-65.9150

#986bfb color RGB value is (152,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101011 11111011
Octal 230 153 373
Decimal 152 107 251
Hex 98 6B FB

RGB Percentages of Color #986bfb

%29.80
%20.98
%49.22

CMYK Percentages of Color #986bfb

%39
%57
%0
%2

Triadic Colors of #986bfb

#986bfb #fb986b #6bfb98

Analogous Colors of #986bfb

#986bfb #e06bfb #6b86fb

Monochromatic Colors of #986bfb

#986bfb

Complementary Color

#986bfb #cefb6b

#986bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#986bfb Color CSS Codes

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

#986bfb Text Font Color

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

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


#986bfb Background Color

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

This div background color is #986bfb


#986bfb Border Color

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

This div border color is #986bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986bfb


Comments

No comments written yet.

Please login to write comment.