Color Hex Logo

#802c8c Color Hex

#802C8C
(128,44,140)
0 Favorites   0 Comments

Color spaces of #802c8c

RGB 12844140
HSL0.810.520.36
HSV293°69°55°
CMYK 0.090.690.00   0.45
XYZ14.53648.284025.6438
Yxy8.28400.29990.1709
Hunter Lab28.781939.7835-32.6782
CIE-Lab34.567549.4253-36.3252

#802c8c color RGB value is (128,44,140).

#802c8c hex color red value is 128, green value is 44 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #802c8c hue: 0.81 , saturation: 0.52 and the lightness value of 802c8c is 0.36.

The process color (four color CMYK) of #802c8c color hex is 0.09, 0.69, 0.00, 0.45. Web safe color of #802c8c is #993399. Color #802c8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 10001100
Octal 200 54 214
Decimal 128 44 140
Hex 80 2C 8C

RGB Percentages of Color #802c8c

%41.03
%14.10
%44.87

CMYK Percentages of Color #802c8c

%9
%69
%0
%45

Triadic Colors of #802c8c

#802c8c #8c802c #2c8c80

Analogous Colors of #802c8c

#802c8c #8c2c68 #502c8c

Monochromatic Colors of #802c8c

#802c8c

Complementary Color

#802c8c #388c2c

#802c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#802c8c Color CSS Codes

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

#802c8c Text Font Color

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

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


#802c8c Background Color

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

This div background color is #802c8c


#802c8c Border Color

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

This div border color is #802c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802c8c


Comments

No comments written yet.

Please login to write comment.