Color Hex Logo

#88149a Color Hex

#88149A
(136,20,154)
0 Favorites   0 Comments

Color spaces of #88149a

RGB 13620154
HSL0.810.770.34
HSV292°87°60°
CMYK 0.120.870.00   0.40
XYZ16.23628.067631.2733
Yxy8.06760.29210.1452
Hunter Lab28.403552.3291-45.3980
CIE-Lab34.123361.3805-45.5382

#88149a color RGB value is (136,20,154).

#88149a hex color red value is 136, green value is 20 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #88149a hue: 0.81 , saturation: 0.77 and the lightness value of 88149a is 0.34.

The process color (four color CMYK) of #88149a color hex is 0.12, 0.87, 0.00, 0.40. Web safe color of #88149a is #990099. Color #88149a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 10011010
Octal 210 24 232
Decimal 136 20 154
Hex 88 14 9A

RGB Percentages of Color #88149a

%43.87
%6.45
%49.68

CMYK Percentages of Color #88149a

%12
%87
%0
%40

Triadic Colors of #88149a

#88149a #9a8814 #149a88

Analogous Colors of #88149a

#88149a #9a1469 #45149a

Monochromatic Colors of #88149a

#88149a

Complementary Color

#88149a #269a14

#88149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88149a Color CSS Codes

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

#88149a Text Font Color

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

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


#88149a Background Color

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

This div background color is #88149a


#88149a Border Color

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

This div border color is #88149a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88149a


Comments

No comments written yet.

Please login to write comment.