Color Hex Logo

#8984ce Color Hex

#8984CE
(137,132,206)
0 Favorites   0 Comments

Color spaces of #8984ce

RGB 137132206
HSL0.680.430.66
HSV244°36°81°
CMYK 0.330.360.00   0.19
XYZ29.708426.277161.8987
Yxy26.27710.25200.2229
Hunter Lab51.261213.7425-35.7108
CIE-Lab58.299119.0709-37.5782

#8984ce color RGB value is (137,132,206).

#8984ce hex color red value is 137, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8984ce hue: 0.68 , saturation: 0.43 and the lightness value of 8984ce is 0.66.

The process color (four color CMYK) of #8984ce color hex is 0.33, 0.36, 0.00, 0.19. Web safe color of #8984ce is #9999cc. Color #8984ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000100 11001110
Octal 211 204 316
Decimal 137 132 206
Hex 89 84 CE

RGB Percentages of Color #8984ce

%28.84
%27.79
%43.37

CMYK Percentages of Color #8984ce

%33
%36
%0
%19

Triadic Colors of #8984ce

#8984ce #ce8984 #84ce89

Analogous Colors of #8984ce

#8984ce #ae84ce #84a4ce

Monochromatic Colors of #8984ce

#8984ce

Complementary Color

#8984ce #c9ce84

#8984ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8984ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8984ce Color CSS Codes

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

#8984ce Text Font Color

<p style="color:#8984ce">Text here</p>

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


#8984ce Background Color

<div style="background-color:#8984ce">
Div content here</div>

This div background color is #8984ce


#8984ce Border Color

<div style="border:3px solid #8984ce">
Div here</div>

This div border color is #8984ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,132,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8984ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8984ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8984ce;
  box-shadow:         1px 1px 3px 2px #8984ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,132,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 #8984ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8984ce


Comments

No comments written yet.

Please login to write comment.