Color Hex Logo

#800cdc Color Hex

#800CDC
(128,12,220)
0 Favorites   0 Comments

Color spaces of #800cdc

RGB 12812220
HSL0.760.900.45
HSV273°95°86°
CMYK 0.420.950.00   0.14
XYZ21.951810.019468.4871
Yxy10.01940.21850.0997
Hunter Lab31.653468.3970-106.1257
CIE-Lab37.877274.5413-78.4696

#800cdc color RGB value is (128,12,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 11011100
Octal 200 14 334
Decimal 128 12 220
Hex 80 C DC

RGB Percentages of Color #800cdc

%35.56
%3.33
%61.11

CMYK Percentages of Color #800cdc

%42
%95
%0
%14

Triadic Colors of #800cdc

#800cdc #dc800c #0cdc80

Analogous Colors of #800cdc

#800cdc #dc0cd0 #180cdc

Monochromatic Colors of #800cdc

#800cdc

Complementary Color

#800cdc #68dc0c

#800cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#800cdc Color CSS Codes

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

#800cdc Text Font Color

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

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


#800cdc Background Color

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

This div background color is #800cdc


#800cdc Border Color

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

This div border color is #800cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800cdc


Comments

No comments written yet.

Please login to write comment.