Color Hex Logo

#88057a Color Hex

#88057A
(136,5,122)
0 Favorites   0 Comments

Color spaces of #88057a

RGB 1365122
HSL0.850.930.28
HSV306°96°53°
CMYK 0.000.960.10   0.47
XYZ13.72056.747918.9917
Yxy6.74790.34770.1710
Hunter Lab25.976748.8217-25.1635
CIE-Lab31.226058.7291-30.3217

#88057a color RGB value is (136,5,122).

#88057a hex color red value is 136, green value is 5 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #88057a hue: 0.85 , saturation: 0.93 and the lightness value of 88057a is 0.28.

The process color (four color CMYK) of #88057a color hex is 0.00, 0.96, 0.10, 0.47. Web safe color of #88057a is #990066. Color #88057a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000101 01111010
Octal 210 5 172
Decimal 136 5 122
Hex 88 5 7A

RGB Percentages of Color #88057a

%51.71
%1.90
%46.39

CMYK Percentages of Color #88057a

%0
%96
%10
%47

Triadic Colors of #88057a

#88057a #7a8805 #057a88

Analogous Colors of #88057a

#88057a #880539 #540588

Monochromatic Colors of #88057a

#88057a

Complementary Color

#88057a #058813

#88057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88057a Color CSS Codes

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

#88057a Text Font Color

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

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


#88057a Background Color

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

This div background color is #88057a


#88057a Border Color

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

This div border color is #88057a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,5,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 #88057a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88057a


Comments

No comments written yet.

Please login to write comment.