Color Hex Logo

#88360d Color Hex

#88360D
(136,54,13)
0 Favorites   0 Comments

Color spaces of #88360d

RGB 1365413
HSL0.060.830.29
HSV20°90°53°
CMYK 0.000.600.90   0.47
XYZ11.54527.90161.2974
Yxy7.90160.55660.3809
Hunter Lab28.109824.121116.9403
CIE-Lab33.777133.066540.1417

#88360d color RGB value is (136,54,13).

#88360d hex color red value is 136, green value is 54 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #88360d hue: 0.06 , saturation: 0.83 and the lightness value of 88360d is 0.29.

The process color (four color CMYK) of #88360d color hex is 0.00, 0.60, 0.90, 0.47. Web safe color of #88360d is #993300. Color #88360d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110110 00001101
Octal 210 66 15
Decimal 136 54 13
Hex 88 36 D

RGB Percentages of Color #88360d

%67.00
%26.60
%6.40

CMYK Percentages of Color #88360d

%0
%60
%90
%47

Triadic Colors of #88360d

#88360d #0d8836 #360d88

Analogous Colors of #88360d

#88360d #88740d #880d22

Monochromatic Colors of #88360d

#88360d

Complementary Color

#88360d #0d5f88

#88360d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88360d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88360d Color CSS Codes

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

#88360d Text Font Color

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

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


#88360d Background Color

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

This div background color is #88360d


#88360d Border Color

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

This div border color is #88360d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88360d


Comments

No comments written yet.

Please login to write comment.