Color Hex Logo

#986ace Color Hex

#986ACE
(152,106,206)
0 Favorites   0 Comments

Color spaces of #986ace

RGB 152106206
HSL0.740.510.61
HSV268°49°81°
CMYK 0.260.490.00   0.19
XYZ29.243521.439760.9895
Yxy21.43970.26190.1920
Hunter Lab46.303031.7046-45.6836
CIE-Lab53.427438.2905-45.1625

#986ace color RGB value is (152,106,206).

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

The process color (four color CMYK) of #986ace color hex is 0.26, 0.49, 0.00, 0.19. Web safe color of #986ace is #9966cc. Color #986ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 11001110
Octal 230 152 316
Decimal 152 106 206
Hex 98 6A CE

RGB Percentages of Color #986ace

%32.76
%22.84
%44.40

CMYK Percentages of Color #986ace

%26
%49
%0
%19

Triadic Colors of #986ace

#986ace #ce986a #6ace98

Analogous Colors of #986ace

#986ace #ca6ace #6a6ece

Monochromatic Colors of #986ace

#986ace

Complementary Color

#986ace #a0ce6a

#986ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#986ace Color CSS Codes

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

#986ace Text Font Color

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

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


#986ace Background Color

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

This div background color is #986ace


#986ace Border Color

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

This div border color is #986ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986ace


Comments

No comments written yet.

Please login to write comment.