Color Hex Logo

#800cad Color Hex

#800CAD
(128,12,173)
0 Favorites   0 Comments

Color spaces of #800cad

RGB 12812173
HSL0.790.870.36
HSV283°93°68°
CMYK 0.260.930.00   0.32
XYZ16.57647.869340.1804
Yxy7.86930.25650.1218
Hunter Lab28.052356.3862-65.2869
CIE-Lab33.709265.0896-57.7492

#800cad color RGB value is (128,12,173).

#800cad hex color red value is 128, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #800cad hue: 0.79 , saturation: 0.87 and the lightness value of 800cad is 0.36.

The process color (four color CMYK) of #800cad color hex is 0.26, 0.93, 0.00, 0.32. Web safe color of #800cad is #990099. Color #800cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 10101101
Octal 200 14 255
Decimal 128 12 173
Hex 80 C AD

RGB Percentages of Color #800cad

%40.89
%3.83
%55.27

CMYK Percentages of Color #800cad

%26
%93
%0
%32

Triadic Colors of #800cad

#800cad #ad800c #0cad80

Analogous Colors of #800cad

#800cad #ad0c8a #300cad

Monochromatic Colors of #800cad

#800cad

Complementary Color

#800cad #39ad0c

#800cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#800cad Color CSS Codes

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

#800cad Text Font Color

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

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


#800cad Background Color

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

This div background color is #800cad


#800cad Border Color

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

This div border color is #800cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800cad


Comments

No comments written yet.

Please login to write comment.