Color Hex Logo

#88345e Color Hex

#88345E
(136,52,94)
0 Favorites   0 Comments

Color spaces of #88345e

RGB 1365294
HSL0.920.450.37
HSV330°62°53°
CMYK 0.000.620.31   0.47
XYZ13.40178.498411.5237
Yxy8.49840.40100.2543
Hunter Lab29.152031.0436-3.0307
CIE-Lab35.000040.4142-6.6724

#88345e color RGB value is (136,52,94).

#88345e hex color red value is 136, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88345e hue: 0.92 , saturation: 0.45 and the lightness value of 88345e is 0.37.

The process color (four color CMYK) of #88345e color hex is 0.00, 0.62, 0.31, 0.47. Web safe color of #88345e is #993366. Color #88345e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 01011110
Octal 210 64 136
Decimal 136 52 94
Hex 88 34 5E

RGB Percentages of Color #88345e

%48.23
%18.44
%33.33

CMYK Percentages of Color #88345e

%0
%62
%31
%47

Triadic Colors of #88345e

#88345e #5e8834 #345e88

Analogous Colors of #88345e

#88345e #883434 #883488

Monochromatic Colors of #88345e

#88345e

Complementary Color

#88345e #34885e

#88345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88345e Color CSS Codes

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

#88345e Text Font Color

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

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


#88345e Background Color

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

This div background color is #88345e


#88345e Border Color

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

This div border color is #88345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88345e


Comments

No comments written yet.

Please login to write comment.