Color Hex Logo

#8916dd Color Hex

#8916DD
(137,22,221)
0 Favorites   0 Comments

Color spaces of #8916dd

RGB 13722221
HSL0.760.820.48
HSV275°90°87°
CMYK 0.380.900.00   0.13
XYZ23.654611.112669.3048
Yxy11.11260.22730.1068
Hunter Lab33.335668.3247-99.9293
CIE-Lab39.769574.1204-75.8864

#8916dd color RGB value is (137,22,221).

#8916dd hex color red value is 137, green value is 22 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8916dd hue: 0.76 , saturation: 0.82 and the lightness value of 8916dd is 0.48.

The process color (four color CMYK) of #8916dd color hex is 0.38, 0.90, 0.00, 0.13. Web safe color of #8916dd is #9900cc. Color #8916dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010110 11011101
Octal 211 26 335
Decimal 137 22 221
Hex 89 16 DD

RGB Percentages of Color #8916dd

%36.05
%5.79
%58.16

CMYK Percentages of Color #8916dd

%38
%90
%0
%13

Triadic Colors of #8916dd

#8916dd #dd8916 #16dd89

Analogous Colors of #8916dd

#8916dd #dd16ce #2616dd

Monochromatic Colors of #8916dd

#8916dd

Complementary Color

#8916dd #6add16

#8916dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8916dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8916dd Color CSS Codes

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

#8916dd Text Font Color

<p style="color:#8916dd">Text here</p>

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


#8916dd Background Color

<div style="background-color:#8916dd">
Div content here</div>

This div background color is #8916dd


#8916dd Border Color

<div style="border:3px solid #8916dd">
Div here</div>

This div border color is #8916dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,22,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8916dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8916dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8916dd;
  box-shadow:         1px 1px 3px 2px #8916dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8916dd


Comments

No comments written yet.

Please login to write comment.