Color Hex Logo

#8905dc Color Hex

#8905DC
(137,5,220)
0 Favorites   0 Comments

Color spaces of #8905dc

RGB 1375220
HSL0.770.960.44
HSV277°98°86°
CMYK 0.380.980.00   0.14
XYZ23.289110.594268.5276
Yxy10.59420.22740.1034
Hunter Lab32.548770.7591-102.0441
CIE-Lab38.888476.2898-76.7599

#8905dc color RGB value is (137,5,220).

#8905dc hex color red value is 137, green value is 5 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8905dc hue: 0.77 , saturation: 0.96 and the lightness value of 8905dc is 0.44.

The process color (four color CMYK) of #8905dc color hex is 0.38, 0.98, 0.00, 0.14. Web safe color of #8905dc is #9900cc. Color #8905dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000101 11011100
Octal 211 5 334
Decimal 137 5 220
Hex 89 5 DC

RGB Percentages of Color #8905dc

%37.85
%1.38
%60.77

CMYK Percentages of Color #8905dc

%38
%98
%0
%14

Triadic Colors of #8905dc

#8905dc #dc8905 #05dc89

Analogous Colors of #8905dc

#8905dc #dc05c4 #1e05dc

Monochromatic Colors of #8905dc

#8905dc

Complementary Color

#8905dc #58dc05

#8905dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8905dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8905dc Color CSS Codes

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

#8905dc Text Font Color

<p style="color:#8905dc">Text here</p>

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


#8905dc Background Color

<div style="background-color:#8905dc">
Div content here</div>

This div background color is #8905dc


#8905dc Border Color

<div style="border:3px solid #8905dc">
Div here</div>

This div border color is #8905dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,5,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8905dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8905dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8905dc;
  box-shadow:         1px 1px 3px 2px #8905dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8905dc


Comments

No comments written yet.

Please login to write comment.