Color Hex Logo

#880920 Color Hex

#880920
(136,9,32)
0 Favorites   0 Comments

Color spaces of #880920

RGB 136932
HSL0.970.880.28
HSV349°93°53°
CMYK 0.000.930.76   0.47
XYZ10.51175.53391.8806
Yxy5.53390.58640.3087
Hunter Lab23.524238.594511.7271
CIE-Lab28.204749.464524.5168

#880920 color RGB value is (136,9,32).

#880920 hex color red value is 136, green value is 9 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #880920 hue: 0.97 , saturation: 0.88 and the lightness value of 880920 is 0.28.

The process color (four color CMYK) of #880920 color hex is 0.00, 0.93, 0.76, 0.47. Web safe color of #880920 is #990033. Color #880920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001001 00100000
Octal 210 11 40
Decimal 136 9 32
Hex 88 9 20

RGB Percentages of Color #880920

%76.84
%5.08
%18.08

CMYK Percentages of Color #880920

%0
%93
%76
%47

Triadic Colors of #880920

#880920 #208809 #092088

Analogous Colors of #880920

#880920 #883109 #880960

Monochromatic Colors of #880920

#880920

Complementary Color

#880920 #098871

#880920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880920 Color CSS Codes

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

#880920 Text Font Color

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

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


#880920 Background Color

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

This div background color is #880920


#880920 Border Color

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

This div border color is #880920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880920


Comments

No comments written yet.

Please login to write comment.