Color Hex Logo

#88304c Color Hex

#88304C
(136,48,76)
0 Favorites   0 Comments

Color spaces of #88304c

RGB 1364876
HSL0.950.480.36
HSV341°65°53°
CMYK 0.000.650.44   0.47
XYZ12.51487.86997.6969
Yxy7.86990.44570.2803
Hunter Lab28.053330.53683.3701
CIE-Lab33.710540.10043.0122

#88304c color RGB value is (136,48,76).

#88304c hex color red value is 136, green value is 48 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #88304c hue: 0.95 , saturation: 0.48 and the lightness value of 88304c is 0.36.

The process color (four color CMYK) of #88304c color hex is 0.00, 0.65, 0.44, 0.47. Web safe color of #88304c is #993333. Color #88304c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110000 01001100
Octal 210 60 114
Decimal 136 48 76
Hex 88 30 4C

RGB Percentages of Color #88304c

%52.31
%18.46
%29.23

CMYK Percentages of Color #88304c

%0
%65
%44
%47

Triadic Colors of #88304c

#88304c #4c8830 #304c88

Analogous Colors of #88304c

#88304c #884030 #883078

Monochromatic Colors of #88304c

#88304c

Complementary Color

#88304c #30886c

#88304c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88304c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88304c Color CSS Codes

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

#88304c Text Font Color

<p style="color:#88304c">Text here</p>

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


#88304c Background Color

<div style="background-color:#88304c">
Div content here</div>

This div background color is #88304c


#88304c Border Color

<div style="border:3px solid #88304c">
Div here</div>

This div border color is #88304c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,48,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88304c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88304c;
  -webkit-box-shadow: 1px 1px 3px 2px #88304c;
  box-shadow:         1px 1px 3px 2px #88304c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88304c


Comments

No comments written yet.

Please login to write comment.