Color Hex Logo

#802ccc Color Hex

#802CCC
(128,44,204)
0 Favorites   0 Comments

Color spaces of #802ccc

RGB 12844204
HSL0.750.650.49
HSV272°78°80°
CMYK 0.370.780.00   0.20
XYZ20.701910.750258.1106
Yxy10.75020.23110.1200
Hunter Lab32.787555.3261-82.1308
CIE-Lab39.156563.0906-67.1315

#802ccc color RGB value is (128,44,204).

#802ccc hex color red value is 128, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #802ccc hue: 0.75 , saturation: 0.65 and the lightness value of 802ccc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 11001100
Octal 200 54 314
Decimal 128 44 204
Hex 80 2C CC

RGB Percentages of Color #802ccc

%34.04
%11.70
%54.26

CMYK Percentages of Color #802ccc

%37
%78
%0
%20

Triadic Colors of #802ccc

#802ccc #cc802c #2ccc80

Analogous Colors of #802ccc

#802ccc #cc2cc8 #302ccc

Monochromatic Colors of #802ccc

#802ccc

Complementary Color

#802ccc #78cc2c

#802ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#802ccc Color CSS Codes

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

#802ccc Text Font Color

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

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


#802ccc Background Color

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

This div background color is #802ccc


#802ccc Border Color

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

This div border color is #802ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802ccc


Comments

No comments written yet.

Please login to write comment.