Color Hex Logo

#802497 Color Hex

#802497
(128,36,151)
0 Favorites   0 Comments

Color spaces of #802497

RGB 12836151
HSL0.800.610.37
HSV288°76°59°
CMYK 0.150.760.00   0.41
XYZ15.11898.085330.0419
Yxy8.08530.28390.1518
Hunter Lab28.434745.1490-42.7370
CIE-Lab34.159954.7070-43.7198

#802497 color RGB value is (128,36,151).

#802497 hex color red value is 128, green value is 36 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #802497 hue: 0.80 , saturation: 0.61 and the lightness value of 802497 is 0.37.

The process color (four color CMYK) of #802497 color hex is 0.15, 0.76, 0.00, 0.41. Web safe color of #802497 is #993399. Color #802497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100100 10010111
Octal 200 44 227
Decimal 128 36 151
Hex 80 24 97

RGB Percentages of Color #802497

%40.63
%11.43
%47.94

CMYK Percentages of Color #802497

%15
%76
%0
%41

Triadic Colors of #802497

#802497 #978024 #249780

Analogous Colors of #802497

#802497 #972475 #472497

Monochromatic Colors of #802497

#802497

Complementary Color

#802497 #3b9724

#802497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802497 Color CSS Codes

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

#802497 Text Font Color

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

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


#802497 Background Color

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

This div background color is #802497


#802497 Border Color

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

This div border color is #802497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802497


Comments

No comments written yet.

Please login to write comment.