Color Hex Logo

#8910cc Color Hex

#8910CC
(137,16,204)
0 Favorites   0 Comments

Color spaces of #8910cc

RGB 13716204
HSL0.770.850.43
HSV279°92°80°
CMYK 0.330.920.00   0.20
XYZ21.400910.048657.9384
Yxy10.04860.23940.1124
Hunter Lab31.699565.0343-86.1769
CIE-Lab37.929571.7279-69.0866

#8910cc color RGB value is (137,16,204).

#8910cc hex color red value is 137, green value is 16 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8910cc hue: 0.77 , saturation: 0.85 and the lightness value of 8910cc is 0.43.

The process color (four color CMYK) of #8910cc color hex is 0.33, 0.92, 0.00, 0.20. Web safe color of #8910cc is #9900cc. Color #8910cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010000 11001100
Octal 211 20 314
Decimal 137 16 204
Hex 89 10 CC

RGB Percentages of Color #8910cc

%38.38
%4.48
%57.14

CMYK Percentages of Color #8910cc

%33
%92
%0
%20

Triadic Colors of #8910cc

#8910cc #cc8910 #10cc89

Analogous Colors of #8910cc

#8910cc #cc10b1 #2b10cc

Monochromatic Colors of #8910cc

#8910cc

Complementary Color

#8910cc #53cc10

#8910cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8910cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8910cc Color CSS Codes

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

#8910cc Text Font Color

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

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


#8910cc Background Color

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

This div background color is #8910cc


#8910cc Border Color

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

This div border color is #8910cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8910cc


Comments

No comments written yet.

Please login to write comment.