Color Hex Logo

#80187b Color Hex

#80187B
(128,24,123)
0 Favorites   0 Comments

Color spaces of #80187b

RGB 12824123
HSL0.840.680.30
HSV303°81°50°
CMYK 0.000.810.04   0.50
XYZ12.80396.672519.3520
Yxy6.67250.32980.1718
Hunter Lab25.831243.2736-26.3366
CIE-Lab31.049453.5142-31.3284

#80187b color RGB value is (128,24,123).

#80187b hex color red value is 128, green value is 24 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #80187b hue: 0.84 , saturation: 0.68 and the lightness value of 80187b is 0.30.

The process color (four color CMYK) of #80187b color hex is 0.00, 0.81, 0.04, 0.50. Web safe color of #80187b is #990066. Color #80187b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011000 01111011
Octal 200 30 173
Decimal 128 24 123
Hex 80 18 7B

RGB Percentages of Color #80187b

%46.55
%8.73
%44.73

CMYK Percentages of Color #80187b

%0
%81
%4
%50

Triadic Colors of #80187b

#80187b #7b8018 #187b80

Analogous Colors of #80187b

#80187b #801847 #511880

Monochromatic Colors of #80187b

#80187b

Complementary Color

#80187b #18801d

#80187b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80187b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80187b Color CSS Codes

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

#80187b Text Font Color

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

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


#80187b Background Color

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

This div background color is #80187b


#80187b Border Color

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

This div border color is #80187b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80187b


Comments

No comments written yet.

Please login to write comment.