Color Hex Logo

#8d077a Color Hex

#8D077A
(141,7,122)
0 Favorites   0 Comments

Color spaces of #8d077a

RGB 1417122
HSL0.860.910.29
HSV309°95°55°
CMYK 0.000.950.13   0.45
XYZ14.57337.219819.0378
Yxy7.21980.35690.1768
Hunter Lab26.869749.7910-23.1996
CIE-Lab32.302159.4157-28.5566

#8d077a color RGB value is (141,7,122).

#8d077a hex color red value is 141, green value is 7 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #8d077a hue: 0.86 , saturation: 0.91 and the lightness value of 8d077a is 0.29.

The process color (four color CMYK) of #8d077a color hex is 0.00, 0.95, 0.13, 0.45. Web safe color of #8d077a is #990066. Color #8d077a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00000111 01111010
Octal 215 7 172
Decimal 141 7 122
Hex 8D 7 7A

RGB Percentages of Color #8d077a

%52.22
%2.59
%45.19

CMYK Percentages of Color #8d077a

%0
%95
%13
%45

Triadic Colors of #8d077a

#8d077a #7a8d07 #077a8d

Analogous Colors of #8d077a

#8d077a #8d0737 #5d078d

Monochromatic Colors of #8d077a

#8d077a

Complementary Color

#8d077a #078d1a

#8d077a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d077a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d077a Color CSS Codes

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

#8d077a Text Font Color

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

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


#8d077a Background Color

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

This div background color is #8d077a


#8d077a Border Color

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

This div border color is #8d077a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,7,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d077a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d077a;
  -webkit-box-shadow: 1px 1px 3px 2px #8d077a;
  box-shadow:         1px 1px 3px 2px #8d077a; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d077a


Comments

No comments written yet.

Please login to write comment.