Color Hex Logo

#882360 Color Hex

#882360
(136,35,96)
0 Favorites   0 Comments

Color spaces of #882360

RGB 1363596
HSL0.900.590.34
HSV324°74°53°
CMYK 0.000.740.29   0.47
XYZ12.86577.280811.7936
Yxy7.28080.40280.2280
Hunter Lab26.983037.8901-7.0262
CIE-Lab32.437847.9415-11.8230

#882360 color RGB value is (136,35,96).

#882360 hex color red value is 136, green value is 35 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #882360 hue: 0.90 , saturation: 0.59 and the lightness value of 882360 is 0.34.

The process color (four color CMYK) of #882360 color hex is 0.00, 0.74, 0.29, 0.47. Web safe color of #882360 is #993366. Color #882360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 01100000
Octal 210 43 140
Decimal 136 35 96
Hex 88 23 60

RGB Percentages of Color #882360

%50.94
%13.11
%35.96

CMYK Percentages of Color #882360

%0
%74
%29
%47

Triadic Colors of #882360

#882360 #608823 #236088

Analogous Colors of #882360

#882360 #88232e #7e2388

Monochromatic Colors of #882360

#882360

Complementary Color

#882360 #23884b

#882360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882360 Color CSS Codes

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

#882360 Text Font Color

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

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


#882360 Background Color

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

This div background color is #882360


#882360 Border Color

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

This div border color is #882360


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,35,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882360; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882360;
  -webkit-box-shadow: 1px 1px 3px 2px #882360;
  box-shadow:         1px 1px 3px 2px #882360; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882360


Comments

No comments written yet.

Please login to write comment.