Color Hex Logo

#800488 Color Hex

#800488
(128,4,136)
0 Favorites   0 Comments

Color spaces of #800488

RGB 1284136
HSL0.820.940.27
HSV296°97°53°
CMYK 0.060.970.00   0.47
XYZ13.38946.453623.8325
Yxy6.45360.30660.1478
Hunter Lab25.403949.6233-37.8397
CIE-Lab30.529259.6054-40.3086

#800488 color RGB value is (128,4,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000100 10001000
Octal 200 4 210
Decimal 128 4 136
Hex 80 4 88

RGB Percentages of Color #800488

%47.76
%1.49
%50.75

CMYK Percentages of Color #800488

%6
%97
%0
%47

Triadic Colors of #800488

#800488 #888004 #048880

Analogous Colors of #800488

#800488 #88044e #3e0488

Monochromatic Colors of #800488

#800488

Complementary Color

#800488 #0c8804

#800488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800488 Color CSS Codes

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

#800488 Text Font Color

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

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


#800488 Background Color

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

This div background color is #800488


#800488 Border Color

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

This div border color is #800488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800488


Comments

No comments written yet.

Please login to write comment.