Color Hex Logo

#880347 Color Hex

#880347
(136,3,71)
0 Favorites   0 Comments

Color spaces of #880347

RGB 136371
HSL0.910.960.27
HSV329°98°53°
CMYK 0.000.980.48   0.47
XYZ11.32325.75436.4751
Yxy5.75430.48080.2443
Hunter Lab23.988142.27880.7876
CIE-Lab28.783952.9914-0.8518

#880347 color RGB value is (136,3,71).

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

The process color (four color CMYK) of #880347 color hex is 0.00, 0.98, 0.48, 0.47. Web safe color of #880347 is #990033. Color #880347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000011 01000111
Octal 210 3 107
Decimal 136 3 71
Hex 88 3 47

RGB Percentages of Color #880347

%64.76
%1.43
%33.81

CMYK Percentages of Color #880347

%0
%98
%48
%47

Triadic Colors of #880347

#880347 #478803 #034788

Analogous Colors of #880347

#880347 #880304 #870388

Monochromatic Colors of #880347

#880347

Complementary Color

#880347 #038844

#880347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880347 Color CSS Codes

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

#880347 Text Font Color

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

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


#880347 Background Color

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

This div background color is #880347


#880347 Border Color

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

This div border color is #880347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880347


Comments

No comments written yet.

Please login to write comment.