Color Hex Logo

#986acc Color Hex

#986ACC
(152,106,204)
0 Favorites   0 Comments

Color spaces of #986acc

RGB 152106204
HSL0.740.490.61
HSV268°48°80°
CMYK 0.250.480.00   0.20
XYZ29.002021.343159.7178
Yxy21.34310.26350.1939
Hunter Lab46.198631.2091-44.3012
CIE-Lab53.323037.8089-44.1887

#986acc color RGB value is (152,106,204).

#986acc hex color red value is 152, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #986acc hue: 0.74 , saturation: 0.49 and the lightness value of 986acc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 11001100
Octal 230 152 314
Decimal 152 106 204
Hex 98 6A CC

RGB Percentages of Color #986acc

%32.90
%22.94
%44.16

CMYK Percentages of Color #986acc

%25
%48
%0
%20

Triadic Colors of #986acc

#986acc #cc986a #6acc98

Analogous Colors of #986acc

#986acc #c96acc #6a6dcc

Monochromatic Colors of #986acc

#986acc

Complementary Color

#986acc #9ecc6a

#986acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#986acc Color CSS Codes

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

#986acc Text Font Color

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

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


#986acc Background Color

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

This div background color is #986acc


#986acc Border Color

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

This div border color is #986acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986acc


Comments

No comments written yet.

Please login to write comment.