Color Hex Logo

#88230a Color Hex

#88230A
(136,35,10)
0 Favorites   0 Comments

Color spaces of #88230a

RGB 1363510
HSL0.030.860.29
HSV12°93°53°
CMYK 0.000.740.93   0.47
XYZ10.80926.45820.9640
Yxy6.45820.59290.3542
Hunter Lab25.413031.450715.5400
CIE-Lab30.540241.640738.8671

#88230a color RGB value is (136,35,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 00001010
Octal 210 43 12
Decimal 136 35 10
Hex 88 23 A

RGB Percentages of Color #88230a

%75.14
%19.34
%5.52

CMYK Percentages of Color #88230a

%0
%74
%93
%47

Triadic Colors of #88230a

#88230a #0a8823 #230a88

Analogous Colors of #88230a

#88230a #88620a #880a30

Monochromatic Colors of #88230a

#88230a

Complementary Color

#88230a #0a6f88

#88230a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88230a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88230a Color CSS Codes

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

#88230a Text Font Color

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

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


#88230a Background Color

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

This div background color is #88230a


#88230a Border Color

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

This div border color is #88230a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,35,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 #88230a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88230a


Comments

No comments written yet.

Please login to write comment.