Color Hex Logo

#88285a Color Hex

#88285A
(136,40,90)
0 Favorites   0 Comments

Color spaces of #88285a

RGB 1364090
HSL0.910.550.35
HSV329°71°53°
CMYK 0.000.710.34   0.47
XYZ12.75767.490010.4462
Yxy7.49000.41560.2440
Hunter Lab27.367935.3145-3.4732
CIE-Lab32.897345.2397-7.2522

#88285a color RGB value is (136,40,90).

#88285a hex color red value is 136, green value is 40 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #88285a hue: 0.91 , saturation: 0.55 and the lightness value of 88285a is 0.35.

The process color (four color CMYK) of #88285a color hex is 0.00, 0.71, 0.34, 0.47. Web safe color of #88285a is #993366. Color #88285a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101000 01011010
Octal 210 50 132
Decimal 136 40 90
Hex 88 28 5A

RGB Percentages of Color #88285a

%51.13
%15.04
%33.83

CMYK Percentages of Color #88285a

%0
%71
%34
%47

Triadic Colors of #88285a

#88285a #5a8828 #285a88

Analogous Colors of #88285a

#88285a #88282a #862888

Monochromatic Colors of #88285a

#88285a

Complementary Color

#88285a #288856

#88285a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88285a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88285a Color CSS Codes

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

#88285a Text Font Color

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

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


#88285a Background Color

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

This div background color is #88285a


#88285a Border Color

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

This div border color is #88285a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88285a


Comments

No comments written yet.

Please login to write comment.