Color Hex Logo

#80115d Color Hex

#80115D
(128,17,93)
0 Favorites   0 Comments

Color spaces of #80115d

RGB 1281793
HSL0.890.770.28
HSV319°87°50°
CMYK 0.000.870.27   0.50
XYZ11.07835.780410.8878
Yxy5.78040.39930.2083
Hunter Lab24.042540.1750-10.0202
CIE-Lab28.851550.9134-15.5001

#80115d color RGB value is (128,17,93).

#80115d hex color red value is 128, green value is 17 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #80115d hue: 0.89 , saturation: 0.77 and the lightness value of 80115d is 0.28.

The process color (four color CMYK) of #80115d color hex is 0.00, 0.87, 0.27, 0.50. Web safe color of #80115d is #990066. Color #80115d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 01011101
Octal 200 21 135
Decimal 128 17 93
Hex 80 11 5D

RGB Percentages of Color #80115d

%53.78
%7.14
%39.08

CMYK Percentages of Color #80115d

%0
%87
%27
%50

Triadic Colors of #80115d

#80115d #5d8011 #115d80

Analogous Colors of #80115d

#80115d #801126 #6c1180

Monochromatic Colors of #80115d

#80115d

Complementary Color

#80115d #118034

#80115d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80115d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80115d Color CSS Codes

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

#80115d Text Font Color

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

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


#80115d Background Color

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

This div background color is #80115d


#80115d Border Color

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

This div border color is #80115d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80115d


Comments

No comments written yet.

Please login to write comment.