Color Hex Logo

#88348e Color Hex

#88348E
(136,52,142)
0 Favorites   0 Comments

Color spaces of #88348e

RGB 13652142
HSL0.820.460.38
HSV296°63°56°
CMYK 0.040.630.00   0.44
XYZ16.26389.643226.5953
Yxy9.64320.30980.1837
Hunter Lab31.053539.1430-29.0406
CIE-Lab37.194348.3005-33.3053

#88348e color RGB value is (136,52,142).

#88348e hex color red value is 136, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88348e hue: 0.82 , saturation: 0.46 and the lightness value of 88348e is 0.38.

The process color (four color CMYK) of #88348e color hex is 0.04, 0.63, 0.00, 0.44. Web safe color of #88348e is #993399. Color #88348e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 10001110
Octal 210 64 216
Decimal 136 52 142
Hex 88 34 8E

RGB Percentages of Color #88348e

%41.21
%15.76
%43.03

CMYK Percentages of Color #88348e

%4
%63
%0
%44

Triadic Colors of #88348e

#88348e #8e8834 #348e88

Analogous Colors of #88348e

#88348e #8e3467 #5b348e

Monochromatic Colors of #88348e

#88348e

Complementary Color

#88348e #3a8e34

#88348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88348e Color CSS Codes

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

#88348e Text Font Color

<p style="color:#88348e">Text here</p>

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


#88348e Background Color

<div style="background-color:#88348e">
Div content here</div>

This div background color is #88348e


#88348e Border Color

<div style="border:3px solid #88348e">
Div here</div>

This div border color is #88348e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,52,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88348e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88348e;
  -webkit-box-shadow: 1px 1px 3px 2px #88348e;
  box-shadow:         1px 1px 3px 2px #88348e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88348e


Comments

No comments written yet.

Please login to write comment.