Color Hex Logo

#986cac Color Hex

#986CAC
(152,108,172)
0 Favorites   0 Comments

Color spaces of #986cac

RGB 152108172
HSL0.780.280.55
HSV281°37°67°
CMYK 0.120.370.00   0.33
XYZ25.757920.379141.6057
Yxy20.37910.29360.2323
Hunter Lab45.143222.8482-23.0437
CIE-Lab52.263129.3266-27.4362

#986cac color RGB value is (152,108,172).

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

The process color (four color CMYK) of #986cac color hex is 0.12, 0.37, 0.00, 0.33. Web safe color of #986cac is #996699. Color #986cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101100 10101100
Octal 230 154 254
Decimal 152 108 172
Hex 98 6C AC

RGB Percentages of Color #986cac

%35.19
%25.00
%39.81

CMYK Percentages of Color #986cac

%12
%37
%0
%33

Triadic Colors of #986cac

#986cac #ac986c #6cac98

Analogous Colors of #986cac

#986cac #ac6ca0 #786cac

Monochromatic Colors of #986cac

#986cac

Complementary Color

#986cac #80ac6c

#986cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#986cac Color CSS Codes

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

#986cac Text Font Color

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

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


#986cac Background Color

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

This div background color is #986cac


#986cac Border Color

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

This div border color is #986cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986cac


Comments

No comments written yet.

Please login to write comment.