Color Hex Logo

#882351 Color Hex

#882351
(136,35,81)
0 Favorites   0 Comments

Color spaces of #882351

RGB 1363581
HSL0.920.590.34
HSV333°74°53°
CMYK 0.000.740.40   0.47
XYZ12.23967.03048.4965
Yxy7.03040.44080.2532
Hunter Lab26.514935.9967-0.4386
CIE-Lab31.876046.1291-2.9205

#882351 color RGB value is (136,35,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 01010001
Octal 210 43 121
Decimal 136 35 81
Hex 88 23 51

RGB Percentages of Color #882351

%53.97
%13.89
%32.14

CMYK Percentages of Color #882351

%0
%74
%40
%47

Triadic Colors of #882351

#882351 #518823 #235188

Analogous Colors of #882351

#882351 #882823 #882384

Monochromatic Colors of #882351

#882351

Complementary Color

#882351 #23885a

#882351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882351 Color CSS Codes

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

#882351 Text Font Color

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

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


#882351 Background Color

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

This div background color is #882351


#882351 Border Color

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

This div border color is #882351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882351


Comments

No comments written yet.

Please login to write comment.