Color Hex Logo

#986fae Color Hex

#986FAE
(152,111,174)
0 Favorites   0 Comments

Color spaces of #986fae

RGB 152111174
HSL0.780.280.56
HSV279°36°68°
CMYK 0.130.360.00   0.32
XYZ26.273321.100342.7324
Yxy21.10030.29160.2342
Hunter Lab45.935121.7096-23.0017
CIE-Lab53.059128.0397-27.3623

#986fae color RGB value is (152,111,174).

#986fae hex color red value is 152, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #986fae hue: 0.78 , saturation: 0.28 and the lightness value of 986fae is 0.56.

The process color (four color CMYK) of #986fae color hex is 0.13, 0.36, 0.00, 0.32. Web safe color of #986fae is #996699. Color #986fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101111 10101110
Octal 230 157 256
Decimal 152 111 174
Hex 98 6F AE

RGB Percentages of Color #986fae

%34.78
%25.40
%39.82

CMYK Percentages of Color #986fae

%13
%36
%0
%32

Triadic Colors of #986fae

#986fae #ae986f #6fae98

Analogous Colors of #986fae

#986fae #ae6fa5 #796fae

Monochromatic Colors of #986fae

#986fae

Complementary Color

#986fae #85ae6f

#986fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#986fae Color CSS Codes

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

#986fae Text Font Color

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

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


#986fae Background Color

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

This div background color is #986fae


#986fae Border Color

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

This div border color is #986fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986fae


Comments

No comments written yet.

Please login to write comment.