Color Hex Logo

#8915cb Color Hex

#8915CB
(137,21,203)
0 Favorites   0 Comments

Color spaces of #8915cb

RGB 13721203
HSL0.770.810.44
HSV278°90°80°
CMYK 0.330.900.00   0.20
XYZ21.364210.166557.3362
Yxy10.16650.24040.1144
Hunter Lab31.884963.8035-84.2971
CIE-Lab38.139670.6483-68.1610

#8915cb color RGB value is (137,21,203).

#8915cb hex color red value is 137, green value is 21 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8915cb hue: 0.77 , saturation: 0.81 and the lightness value of 8915cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010101 11001011
Octal 211 25 313
Decimal 137 21 203
Hex 89 15 CB

RGB Percentages of Color #8915cb

%37.95
%5.82
%56.23

CMYK Percentages of Color #8915cb

%33
%90
%0
%20

Triadic Colors of #8915cb

#8915cb #cb8915 #15cb89

Analogous Colors of #8915cb

#8915cb #cb15b2 #2e15cb

Monochromatic Colors of #8915cb

#8915cb

Complementary Color

#8915cb #57cb15

#8915cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8915cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8915cb Color CSS Codes

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

#8915cb Text Font Color

<p style="color:#8915cb">Text here</p>

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


#8915cb Background Color

<div style="background-color:#8915cb">
Div content here</div>

This div background color is #8915cb


#8915cb Border Color

<div style="border:3px solid #8915cb">
Div here</div>

This div border color is #8915cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,21,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8915cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8915cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8915cb;
  box-shadow:         1px 1px 3px 2px #8915cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,21,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8915cb


Comments

No comments written yet.

Please login to write comment.