Color Hex Logo

#88053c Color Hex

#88053C
(136,5,60)
0 Favorites   0 Comments

Color spaces of #88053c

RGB 136560
HSL0.930.930.28
HSV335°96°53°
CMYK 0.000.960.56   0.47
XYZ11.02325.66904.7882
Yxy5.66900.51320.2639
Hunter Lab23.809740.97354.7434
CIE-Lab28.561551.75786.2363

#88053c color RGB value is (136,5,60).

#88053c hex color red value is 136, green value is 5 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #88053c hue: 0.93 , saturation: 0.93 and the lightness value of 88053c is 0.28.

The process color (four color CMYK) of #88053c color hex is 0.00, 0.96, 0.56, 0.47. Web safe color of #88053c is #990033. Color #88053c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000101 00111100
Octal 210 5 74
Decimal 136 5 60
Hex 88 5 3C

RGB Percentages of Color #88053c

%67.66
%2.49
%29.85

CMYK Percentages of Color #88053c

%0
%96
%56
%47

Triadic Colors of #88053c

#88053c #3c8805 #053c88

Analogous Colors of #88053c

#88053c #881005 #88057e

Monochromatic Colors of #88053c

#88053c

Complementary Color

#88053c #058851

#88053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88053c Color CSS Codes

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

#88053c Text Font Color

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

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


#88053c Background Color

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

This div background color is #88053c


#88053c Border Color

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

This div border color is #88053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88053c


Comments

No comments written yet.

Please login to write comment.