Color Hex Logo

#88021c Color Hex

#88021C
(136,2,28)
0 Favorites   0 Comments

Color spaces of #88021c

RGB 136228
HSL0.970.970.27
HSV348°99°53°
CMYK 0.000.990.79   0.47
XYZ10.38475.36151.5861
Yxy5.36150.59920.3093
Hunter Lab23.154939.534012.1471
CIE-Lab27.740850.493626.5702

#88021c color RGB value is (136,2,28).

#88021c hex color red value is 136, green value is 2 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #88021c hue: 0.97 , saturation: 0.97 and the lightness value of 88021c is 0.27.

The process color (four color CMYK) of #88021c color hex is 0.00, 0.99, 0.79, 0.47. Web safe color of #88021c is #990033. Color #88021c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000010 00011100
Octal 210 2 34
Decimal 136 2 28
Hex 88 2 1C

RGB Percentages of Color #88021c

%81.93
%1.20
%16.87

CMYK Percentages of Color #88021c

%0
%99
%79
%47

Triadic Colors of #88021c

#88021c #1c8802 #021c88

Analogous Colors of #88021c

#88021c #882b02 #88025f

Monochromatic Colors of #88021c

#88021c

Complementary Color

#88021c #02886e

#88021c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88021c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88021c Color CSS Codes

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

#88021c Text Font Color

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

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


#88021c Background Color

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

This div background color is #88021c


#88021c Border Color

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

This div border color is #88021c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88021c


Comments

No comments written yet.

Please login to write comment.