Color Hex Logo

#882354 Color Hex

#882354
(136,35,84)
0 Favorites   0 Comments

Color spaces of #882354

RGB 1363584
HSL0.920.590.34
HSV331°74°53°
CMYK 0.000.740.38   0.47
XYZ12.35467.07649.1022
Yxy7.07640.43300.2480
Hunter Lab26.601536.3486-1.6661
CIE-Lab31.980246.4683-4.7253

#882354 color RGB value is (136,35,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 01010100
Octal 210 43 124
Decimal 136 35 84
Hex 88 23 54

RGB Percentages of Color #882354

%53.33
%13.73
%32.94

CMYK Percentages of Color #882354

%0
%74
%38
%47

Triadic Colors of #882354

#882354 #548823 #235488

Analogous Colors of #882354

#882354 #882423 #882387

Monochromatic Colors of #882354

#882354

Complementary Color

#882354 #238857

#882354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882354 Color CSS Codes

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

#882354 Text Font Color

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

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


#882354 Background Color

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

This div background color is #882354


#882354 Border Color

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

This div border color is #882354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882354


Comments

No comments written yet.

Please login to write comment.