Color Hex Logo

#986abf Color Hex

#986ABF
(152,106,191)
0 Favorites   0 Comments

Color spaces of #986abf

RGB 152106191
HSL0.760.400.58
HSV272°45°75°
CMYK 0.200.450.00   0.25
XYZ27.506920.745151.8446
Yxy20.74510.27480.2073
Hunter Lab45.546828.0939-35.6053
CIE-Lab52.669434.7394-37.7794

#986abf color RGB value is (152,106,191).

#986abf hex color red value is 152, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #986abf hue: 0.76 , saturation: 0.40 and the lightness value of 986abf is 0.58.

The process color (four color CMYK) of #986abf color hex is 0.20, 0.45, 0.00, 0.25. Web safe color of #986abf is #9966cc. Color #986abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10111111
Octal 230 152 277
Decimal 152 106 191
Hex 98 6A BF

RGB Percentages of Color #986abf

%33.85
%23.61
%42.54

CMYK Percentages of Color #986abf

%20
%45
%0
%25

Triadic Colors of #986abf

#986abf #bf986a #6abf98

Analogous Colors of #986abf

#986abf #bf6abc #6e6abf

Monochromatic Colors of #986abf

#986abf

Complementary Color

#986abf #91bf6a

#986abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#986abf Color CSS Codes

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

#986abf Text Font Color

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

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


#986abf Background Color

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

This div background color is #986abf


#986abf Border Color

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

This div border color is #986abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986abf


Comments

No comments written yet.

Please login to write comment.