Color Hex Logo

#800cca Color Hex

#800CCA
(128,12,202)
0 Favorites   0 Comments

Color spaces of #800cca

RGB 12812202
HSL0.770.890.42
HSV277°94°79°
CMYK 0.370.940.00   0.21
XYZ19.69429.116456.5988
Yxy9.11640.23060.1067
Hunter Lab30.193463.5916-90.0063
CIE-Lab36.207470.8395-70.7969

#800cca color RGB value is (128,12,202).

#800cca hex color red value is 128, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #800cca hue: 0.77 , saturation: 0.89 and the lightness value of 800cca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 11001010
Octal 200 14 312
Decimal 128 12 202
Hex 80 C CA

RGB Percentages of Color #800cca

%37.43
%3.51
%59.06

CMYK Percentages of Color #800cca

%37
%94
%0
%21

Triadic Colors of #800cca

#800cca #ca800c #0cca80

Analogous Colors of #800cca

#800cca #ca0cb5 #210cca

Monochromatic Colors of #800cca

#800cca

Complementary Color

#800cca #56ca0c

#800cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#800cca Color CSS Codes

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

#800cca Text Font Color

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

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


#800cca Background Color

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

This div background color is #800cca


#800cca Border Color

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

This div border color is #800cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800cca


Comments

No comments written yet.

Please login to write comment.