Color Hex Logo

#802bcc Color Hex

#802BCC
(128,43,204)
0 Favorites   0 Comments

Color spaces of #802bcc

RGB 12843204
HSL0.750.650.48
HSV272°79°80°
CMYK 0.370.790.00   0.20
XYZ20.665010.676658.0984
Yxy10.67660.23100.1194
Hunter Lab32.675155.7091-82.5489
CIE-Lab39.030463.4556-67.3377

#802bcc color RGB value is (128,43,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101011 11001100
Octal 200 53 314
Decimal 128 43 204
Hex 80 2B CC

RGB Percentages of Color #802bcc

%34.13
%11.47
%54.40

CMYK Percentages of Color #802bcc

%37
%79
%0
%20

Triadic Colors of #802bcc

#802bcc #cc802b #2bcc80

Analogous Colors of #802bcc

#802bcc #cc2bc8 #302bcc

Monochromatic Colors of #802bcc

#802bcc

Complementary Color

#802bcc #77cc2b

#802bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#802bcc Color CSS Codes

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

#802bcc Text Font Color

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

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


#802bcc Background Color

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

This div background color is #802bcc


#802bcc Border Color

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

This div border color is #802bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802bcc


Comments

No comments written yet.

Please login to write comment.