Color Hex Logo

#802cca Color Hex

#802CCA
(128,44,202)
0 Favorites   0 Comments

Color spaces of #802cca

RGB 12844202
HSL0.760.640.48
HSV272°78°79°
CMYK 0.370.780.00   0.21
XYZ20.463410.654856.8552
Yxy10.65480.23260.1211
Hunter Lab32.641754.7805-80.4220
CIE-Lab38.992962.6363-66.2369

#802cca color RGB value is (128,44,202).

#802cca hex color red value is 128, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #802cca hue: 0.76 , saturation: 0.64 and the lightness value of 802cca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 11001010
Octal 200 54 312
Decimal 128 44 202
Hex 80 2C CA

RGB Percentages of Color #802cca

%34.22
%11.76
%54.01

CMYK Percentages of Color #802cca

%37
%78
%0
%21

Triadic Colors of #802cca

#802cca #ca802c #2cca80

Analogous Colors of #802cca

#802cca #ca2cc5 #312cca

Monochromatic Colors of #802cca

#802cca

Complementary Color

#802cca #76ca2c

#802cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#802cca Color CSS Codes

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

#802cca Text Font Color

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

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


#802cca Background Color

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

This div background color is #802cca


#802cca Border Color

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

This div border color is #802cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802cca


Comments

No comments written yet.

Please login to write comment.