Color Hex Logo

#88058a Color Hex

#88058A
(136,5,138)
0 Favorites   0 Comments

Color spaces of #88058a

RGB 1365138
HSL0.830.930.28
HSV299°96°54°
CMYK 0.010.960.00   0.46
XYZ14.79517.177824.6504
Yxy7.17780.31730.1540
Hunter Lab26.791451.6886-35.7979
CIE-Lab32.208361.1711-38.7769

#88058a color RGB value is (136,5,138).

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

The process color (four color CMYK) of #88058a color hex is 0.01, 0.96, 0.00, 0.46. Web safe color of #88058a is #990099. Color #88058a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000101 10001010
Octal 210 5 212
Decimal 136 5 138
Hex 88 5 8A

RGB Percentages of Color #88058a

%48.75
%1.79
%49.46

CMYK Percentages of Color #88058a

%1
%96
%0
%46

Triadic Colors of #88058a

#88058a #8a8805 #058a88

Analogous Colors of #88058a

#88058a #8a054a #46058a

Monochromatic Colors of #88058a

#88058a

Complementary Color

#88058a #078a05

#88058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88058a Color CSS Codes

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

#88058a Text Font Color

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

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


#88058a Background Color

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

This div background color is #88058a


#88058a Border Color

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

This div border color is #88058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88058a


Comments

No comments written yet.

Please login to write comment.