Color Hex Logo

#986aaf Color Hex

#986AAF
(152,106,175)
1 Favorites   0 Comments

Color spaces of #986aaf

RGB 152106175
HSL0.780.300.55
HSV280°39°69°
CMYK 0.130.390.00   0.31
XYZ25.840820.078643.0710
Yxy20.07860.29040.2256
Hunter Lab44.809224.5224-25.6237
CIE-Lab51.926031.1268-29.7017

#986aaf color RGB value is (152,106,175).

#986aaf hex color red value is 152, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #986aaf hue: 0.78 , saturation: 0.30 and the lightness value of 986aaf is 0.55.

The process color (four color CMYK) of #986aaf color hex is 0.13, 0.39, 0.00, 0.31. Web safe color of #986aaf is #996699. Color #986aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10101111
Octal 230 152 257
Decimal 152 106 175
Hex 98 6A AF

RGB Percentages of Color #986aaf

%35.10
%24.48
%40.42

CMYK Percentages of Color #986aaf

%13
%39
%0
%31

Triadic Colors of #986aaf

#986aaf #af986a #6aaf98

Analogous Colors of #986aaf

#986aaf #af6aa4 #766aaf

Monochromatic Colors of #986aaf

#986aaf

Complementary Color

#986aaf #81af6a

#986aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aaf Color CSS Codes

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

#986aaf Text Font Color

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

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


#986aaf Background Color

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

This div background color is #986aaf


#986aaf Border Color

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

This div border color is #986aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aaf


Comments

No comments written yet.

Please login to write comment.