Color Hex Logo

#986abd Color Hex

#986ABD
(152,106,189)
0 Favorites   0 Comments

Color spaces of #986abd

RGB 152106189
HSL0.760.390.58
HSV273°44°74°
CMYK 0.200.440.00   0.26
XYZ27.288220.657650.6932
Yxy20.65760.27660.2094
Hunter Lab45.450627.6314-34.3134
CIE-Lab52.572734.2772-36.7813

#986abd color RGB value is (152,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10111101
Octal 230 152 275
Decimal 152 106 189
Hex 98 6A BD

RGB Percentages of Color #986abd

%34.00
%23.71
%42.28

CMYK Percentages of Color #986abd

%20
%44
%0
%26

Triadic Colors of #986abd

#986abd #bd986a #6abd98

Analogous Colors of #986abd

#986abd #bd6ab9 #6f6abd

Monochromatic Colors of #986abd

#986abd

Complementary Color

#986abd #8fbd6a

#986abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#986abd Color CSS Codes

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

#986abd Text Font Color

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

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


#986abd Background Color

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

This div background color is #986abd


#986abd Border Color

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

This div border color is #986abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986abd


Comments

No comments written yet.

Please login to write comment.