Color Hex Logo

#801988 Color Hex

#801988
(128,25,136)
0 Favorites   0 Comments

Color spaces of #801988

RGB 12825136
HSL0.820.690.32
HSV296°82°53°
CMYK 0.060.820.00   0.47
XYZ13.69377.062023.9339
Yxy7.06200.30640.1580
Hunter Lab26.574445.4751-34.7967
CIE-Lab31.947655.4475-38.0337

#801988 color RGB value is (128,25,136).

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

The process color (four color CMYK) of #801988 color hex is 0.06, 0.82, 0.00, 0.47. Web safe color of #801988 is #990099. Color #801988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 10001000
Octal 200 31 210
Decimal 128 25 136
Hex 80 19 88

RGB Percentages of Color #801988

%44.29
%8.65
%47.06

CMYK Percentages of Color #801988

%6
%82
%0
%47

Triadic Colors of #801988

#801988 #888019 #198880

Analogous Colors of #801988

#801988 #881958 #491988

Monochromatic Colors of #801988

#801988

Complementary Color

#801988 #218819

#801988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801988 Color CSS Codes

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

#801988 Text Font Color

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

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


#801988 Background Color

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

This div background color is #801988


#801988 Border Color

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

This div border color is #801988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801988


Comments

No comments written yet.

Please login to write comment.