Color Hex Logo

#8910dd Color Hex

#8910DD
(137,16,221)
0 Favorites   0 Comments

Color spaces of #8910dd

RGB 13716221
HSL0.770.860.46
HSV275°93°87°
CMYK 0.380.930.00   0.13
XYZ23.553010.909469.2710
Yxy10.90940.22710.1052
Hunter Lab33.029469.4856-101.2256
CIE-Lab39.427575.1437-76.4481

#8910dd color RGB value is (137,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010000 11011101
Octal 211 20 335
Decimal 137 16 221
Hex 89 10 DD

RGB Percentages of Color #8910dd

%36.63
%4.28
%59.09

CMYK Percentages of Color #8910dd

%38
%93
%0
%13

Triadic Colors of #8910dd

#8910dd #dd8910 #10dd89

Analogous Colors of #8910dd

#8910dd #dd10cb #2210dd

Monochromatic Colors of #8910dd

#8910dd

Complementary Color

#8910dd #64dd10

#8910dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8910dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8910dd Color CSS Codes

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

#8910dd Text Font Color

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

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


#8910dd Background Color

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

This div background color is #8910dd


#8910dd Border Color

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

This div border color is #8910dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8910dd


Comments

No comments written yet.

Please login to write comment.