Color Hex Logo

#8009dc Color Hex

#8009DC
(128,9,220)
0 Favorites   0 Comments

Color spaces of #8009dc

RGB 1289220
HSL0.760.920.45
HSV274°96°86°
CMYK 0.420.960.00   0.14
XYZ21.91809.951968.4758
Yxy9.95190.21840.0992
Hunter Lab31.546668.8118-106.6135
CIE-Lab37.756074.9065-78.6692

#8009dc color RGB value is (128,9,220).

#8009dc hex color red value is 128, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8009dc hue: 0.76 , saturation: 0.92 and the lightness value of 8009dc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001001 11011100
Octal 200 11 334
Decimal 128 9 220
Hex 80 9 DC

RGB Percentages of Color #8009dc

%35.85
%2.52
%61.62

CMYK Percentages of Color #8009dc

%42
%96
%0
%14

Triadic Colors of #8009dc

#8009dc #dc8009 #09dc80

Analogous Colors of #8009dc

#8009dc #dc09cf #1609dc

Monochromatic Colors of #8009dc

#8009dc

Complementary Color

#8009dc #65dc09

#8009dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8009dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8009dc Color CSS Codes

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

#8009dc Text Font Color

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

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


#8009dc Background Color

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

This div background color is #8009dc


#8009dc Border Color

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

This div border color is #8009dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,9,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 #8009dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8009dc


Comments

No comments written yet.

Please login to write comment.