Color Hex Logo

#8984cc Color Hex

#8984CC
(137,132,204)
1 Favorites   0 Comments

Color spaces of #8984cc

RGB 137132204
HSL0.680.410.66
HSV244°35°80°
CMYK 0.330.350.00   0.20
XYZ29.466926.180560.6270
Yxy26.18050.25340.2252
Hunter Lab51.166913.2557-34.4352
CIE-Lab58.208018.5419-36.5929

#8984cc color RGB value is (137,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000100 11001100
Octal 211 204 314
Decimal 137 132 204
Hex 89 84 CC

RGB Percentages of Color #8984cc

%28.96
%27.91
%43.13

CMYK Percentages of Color #8984cc

%33
%35
%0
%20

Triadic Colors of #8984cc

#8984cc #cc8984 #84cc89

Analogous Colors of #8984cc

#8984cc #ad84cc #84a3cc

Monochromatic Colors of #8984cc

#8984cc

Complementary Color

#8984cc #c7cc84

#8984cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8984cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8984cc Color CSS Codes

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

#8984cc Text Font Color

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

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


#8984cc Background Color

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

This div background color is #8984cc


#8984cc Border Color

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

This div border color is #8984cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8984cc


Comments

No comments written yet.

Please login to write comment.