Color Hex Logo

#986aba Color Hex

#986ABA
(152,106,186)
0 Favorites   0 Comments

Color spaces of #986aba

RGB 152106186
HSL0.760.370.57
HSV275°43°73°
CMYK 0.180.430.00   0.27
XYZ26.965920.528648.9955
Yxy20.52860.27950.2128
Hunter Lab45.308526.9466-32.3988
CIE-Lab52.429733.5900-35.2778

#986aba color RGB value is (152,106,186).

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

The process color (four color CMYK) of #986aba color hex is 0.18, 0.43, 0.00, 0.27. Web safe color of #986aba is #9966cc. Color #986aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10111010
Octal 230 152 272
Decimal 152 106 186
Hex 98 6A BA

RGB Percentages of Color #986aba

%34.23
%23.87
%41.89

CMYK Percentages of Color #986aba

%18
%43
%0
%27

Triadic Colors of #986aba

#986aba #ba986a #6aba98

Analogous Colors of #986aba

#986aba #ba6ab4 #706aba

Monochromatic Colors of #986aba

#986aba

Complementary Color

#986aba #8cba6a

#986aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aba Color CSS Codes

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

#986aba Text Font Color

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

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


#986aba Background Color

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

This div background color is #986aba


#986aba Border Color

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

This div border color is #986aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aba


Comments

No comments written yet.

Please login to write comment.