Color Hex Logo

#883572 Color Hex

#883572
(136,53,114)
0 Favorites   0 Comments

Color spaces of #883572

RGB 13653114
HSL0.880.440.37
HSV316°61°53°
CMYK 0.000.610.16   0.47
XYZ14.46378.995416.8935
Yxy8.99540.35840.2229
Hunter Lab29.992333.5944-12.4011
CIE-Lab35.975442.9100-17.8562

#883572 color RGB value is (136,53,114).

#883572 hex color red value is 136, green value is 53 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #883572 hue: 0.88 , saturation: 0.44 and the lightness value of 883572 is 0.37.

The process color (four color CMYK) of #883572 color hex is 0.00, 0.61, 0.16, 0.47. Web safe color of #883572 is #993366. Color #883572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110101 01110010
Octal 210 65 162
Decimal 136 53 114
Hex 88 35 72

RGB Percentages of Color #883572

%44.88
%17.49
%37.62

CMYK Percentages of Color #883572

%0
%61
%16
%47

Triadic Colors of #883572

#883572 #728835 #357288

Analogous Colors of #883572

#883572 #883549 #753588

Monochromatic Colors of #883572

#883572

Complementary Color

#883572 #35884b

#883572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883572 Color CSS Codes

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

#883572 Text Font Color

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

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


#883572 Background Color

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

This div background color is #883572


#883572 Border Color

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

This div border color is #883572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883572


Comments

No comments written yet.

Please login to write comment.