Color Hex Logo

#802088 Color Hex

#802088
(128,32,136)
0 Favorites   0 Comments

Color spaces of #802088

RGB 12832136
HSL0.820.620.33
HSV295°76°53°
CMYK 0.060.760.00   0.47
XYZ13.86257.399823.9902
Yxy7.39980.30630.1635
Hunter Lab27.202643.3595-33.2466
CIE-Lab32.700353.2761-36.8306

#802088 color RGB value is (128,32,136).

#802088 hex color red value is 128, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #802088 hue: 0.82 , saturation: 0.62 and the lightness value of 802088 is 0.33.

The process color (four color CMYK) of #802088 color hex is 0.06, 0.76, 0.00, 0.47. Web safe color of #802088 is #993399. Color #802088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100000 10001000
Octal 200 40 210
Decimal 128 32 136
Hex 80 20 88

RGB Percentages of Color #802088

%43.24
%10.81
%45.95

CMYK Percentages of Color #802088

%6
%76
%0
%47

Triadic Colors of #802088

#802088 #888020 #208880

Analogous Colors of #802088

#802088 #88205c #4c2088

Monochromatic Colors of #802088

#802088

Complementary Color

#802088 #288820

#802088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802088 Color CSS Codes

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

#802088 Text Font Color

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

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


#802088 Background Color

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

This div background color is #802088


#802088 Border Color

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

This div border color is #802088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,32,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802088;
  -webkit-box-shadow: 1px 1px 3px 2px #802088;
  box-shadow:         1px 1px 3px 2px #802088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802088


Comments

No comments written yet.

Please login to write comment.