Color Hex Logo

#88388a Color Hex

#88388A
(136,56,138)
0 Favorites   0 Comments

Color spaces of #88388a

RGB 13656138
HSL0.830.420.38
HSV299°59°54°
CMYK 0.010.590.00   0.46
XYZ16.15509.897625.1037
Yxy9.89760.31580.1935
Hunter Lab31.460536.6043-25.2878
CIE-Lab37.658045.6813-30.1235

#88388a color RGB value is (136,56,138).

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

The process color (four color CMYK) of #88388a color hex is 0.01, 0.59, 0.00, 0.46. Web safe color of #88388a is #993399. Color #88388a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111000 10001010
Octal 210 70 212
Decimal 136 56 138
Hex 88 38 8A

RGB Percentages of Color #88388a

%41.21
%16.97
%41.82

CMYK Percentages of Color #88388a

%1
%59
%0
%46

Triadic Colors of #88388a

#88388a #8a8838 #388a88

Analogous Colors of #88388a

#88388a #8a3863 #5f388a

Monochromatic Colors of #88388a

#88388a

Complementary Color

#88388a #3a8a38

#88388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88388a Color CSS Codes

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

#88388a Text Font Color

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

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


#88388a Background Color

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

This div background color is #88388a


#88388a Border Color

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

This div border color is #88388a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88388a


Comments

No comments written yet.

Please login to write comment.