Color Hex Logo

#800dcc Color Hex

#800DCC
(128,13,204)
0 Favorites   0 Comments

Color spaces of #800dcc

RGB 12813204
HSL0.770.880.43
HSV276°94°80°
CMYK 0.370.940.00   0.20
XYZ19.94519.236757.8584
Yxy9.23670.22910.1061
Hunter Lab30.391963.9570-91.5985
CIE-Lab36.436171.1052-71.5869

#800dcc color RGB value is (128,13,204).

#800dcc hex color red value is 128, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #800dcc hue: 0.77 , saturation: 0.88 and the lightness value of 800dcc is 0.43.

The process color (four color CMYK) of #800dcc color hex is 0.37, 0.94, 0.00, 0.20. Web safe color of #800dcc is #9900cc. Color #800dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001101 11001100
Octal 200 15 314
Decimal 128 13 204
Hex 80 D CC

RGB Percentages of Color #800dcc

%37.10
%3.77
%59.13

CMYK Percentages of Color #800dcc

%37
%94
%0
%20

Triadic Colors of #800dcc

#800dcc #cc800d #0dcc80

Analogous Colors of #800dcc

#800dcc #cc0db9 #200dcc

Monochromatic Colors of #800dcc

#800dcc

Complementary Color

#800dcc #59cc0d

#800dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#800dcc Color CSS Codes

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

#800dcc Text Font Color

<p style="color:#800dcc">Text here</p>

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


#800dcc Background Color

<div style="background-color:#800dcc">
Div content here</div>

This div background color is #800dcc


#800dcc Border Color

<div style="border:3px solid #800dcc">
Div here</div>

This div border color is #800dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,13,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #800dcc;
  box-shadow:         1px 1px 3px 2px #800dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,13,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800dcc


Comments

No comments written yet.

Please login to write comment.