Color Hex Logo

#88148a Color Hex

#88148A
(136,20,138)
0 Favorites   0 Comments

Color spaces of #88148a

RGB 13620138
HSL0.830.750.31
HSV299°86°54°
CMYK 0.010.860.00   0.46
XYZ14.99097.569524.7157
Yxy7.56950.31710.1601
Hunter Lab27.512749.1123-34.0035
CIE-Lab33.069758.6393-37.3992

#88148a color RGB value is (136,20,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 10001010
Octal 210 24 212
Decimal 136 20 138
Hex 88 14 8A

RGB Percentages of Color #88148a

%46.26
%6.80
%46.94

CMYK Percentages of Color #88148a

%1
%86
%0
%46

Triadic Colors of #88148a

#88148a #8a8814 #148a88

Analogous Colors of #88148a

#88148a #8a1451 #4d148a

Monochromatic Colors of #88148a

#88148a

Complementary Color

#88148a #168a14

#88148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88148a Color CSS Codes

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

#88148a Text Font Color

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

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


#88148a Background Color

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

This div background color is #88148a


#88148a Border Color

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

This div border color is #88148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88148a


Comments

No comments written yet.

Please login to write comment.