Color Hex Logo

#88330a Color Hex

#88330A
(136,51,10)
0 Favorites   0 Comments

Color spaces of #88330a

RGB 1365110
HSL0.050.860.29
HSV20°93°53°
CMYK 0.000.630.93   0.47
XYZ11.39207.62381.1583
Yxy7.62380.56470.3779
Hunter Lab27.611225.326916.8406
CIE-Lab33.186834.510840.8186

#88330a color RGB value is (136,51,10).

#88330a hex color red value is 136, green value is 51 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #88330a hue: 0.05 , saturation: 0.86 and the lightness value of 88330a is 0.29.

The process color (four color CMYK) of #88330a color hex is 0.00, 0.63, 0.93, 0.47. Web safe color of #88330a is #993300. Color #88330a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110011 00001010
Octal 210 63 12
Decimal 136 51 10
Hex 88 33 A

RGB Percentages of Color #88330a

%69.04
%25.89
%5.08

CMYK Percentages of Color #88330a

%0
%63
%93
%47

Triadic Colors of #88330a

#88330a #0a8833 #330a88

Analogous Colors of #88330a

#88330a #88720a #880a20

Monochromatic Colors of #88330a

#88330a

Complementary Color

#88330a #0a5f88

#88330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88330a Color CSS Codes

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

#88330a Text Font Color

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

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


#88330a Background Color

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

This div background color is #88330a


#88330a Border Color

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

This div border color is #88330a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88330a


Comments

No comments written yet.

Please login to write comment.