Color Hex Logo

#880d7a Color Hex

#880D7A
(136,13,122)
0 Favorites   0 Comments

Color spaces of #880d7a

RGB 13613122
HSL0.850.830.29
HSV307°90°53°
CMYK 0.000.900.10   0.47
XYZ13.81016.927219.0216
Yxy6.92720.34730.1742
Hunter Lab26.319647.6012-24.4262
CIE-Lab31.640657.5116-29.6655

#880d7a color RGB value is (136,13,122).

#880d7a hex color red value is 136, green value is 13 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #880d7a hue: 0.85 , saturation: 0.83 and the lightness value of 880d7a is 0.29.

The process color (four color CMYK) of #880d7a color hex is 0.00, 0.90, 0.10, 0.47. Web safe color of #880d7a is #990066. Color #880d7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 01111010
Octal 210 15 172
Decimal 136 13 122
Hex 88 D 7A

RGB Percentages of Color #880d7a

%50.18
%4.80
%45.02

CMYK Percentages of Color #880d7a

%0
%90
%10
%47

Triadic Colors of #880d7a

#880d7a #7a880d #0d7a88

Analogous Colors of #880d7a

#880d7a #880d3d #580d88

Monochromatic Colors of #880d7a

#880d7a

Complementary Color

#880d7a #0d881b

#880d7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880d7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#880d7a Color CSS Codes

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

#880d7a Text Font Color

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

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


#880d7a Background Color

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

This div background color is #880d7a


#880d7a Border Color

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

This div border color is #880d7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,13,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880d7a


Comments

No comments written yet.

Please login to write comment.