Color Hex Logo

#880353 Color Hex

#880353
(136,3,83)
0 Favorites   0 Comments

Color spaces of #880353

RGB 136383
HSL0.900.960.27
HSV324°98°53°
CMYK 0.000.980.39   0.47
XYZ11.74725.92398.7079
Yxy5.92390.44530.2246
Hunter Lab24.339143.5593-4.1751
CIE-Lab29.219754.1466-8.2034

#880353 color RGB value is (136,3,83).

#880353 hex color red value is 136, green value is 3 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #880353 hue: 0.90 , saturation: 0.96 and the lightness value of 880353 is 0.27.

The process color (four color CMYK) of #880353 color hex is 0.00, 0.98, 0.39, 0.47. Web safe color of #880353 is #990066. Color #880353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000011 01010011
Octal 210 3 123
Decimal 136 3 83
Hex 88 3 53

RGB Percentages of Color #880353

%61.26
%1.35
%37.39

CMYK Percentages of Color #880353

%0
%98
%39
%47

Triadic Colors of #880353

#880353 #538803 #035388

Analogous Colors of #880353

#880353 #880311 #7b0388

Monochromatic Colors of #880353

#880353

Complementary Color

#880353 #038838

#880353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880353 Color CSS Codes

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

#880353 Text Font Color

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

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


#880353 Background Color

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

This div background color is #880353


#880353 Border Color

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

This div border color is #880353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880353


Comments

No comments written yet.

Please login to write comment.