Color Hex Logo

#883338 Color Hex

#883338
(136,51,56)
0 Favorites   0 Comments

Color spaces of #883338

RGB 1365156
HSL0.990.450.37
HSV356°63°53°
CMYK 0.000.630.59   0.47
XYZ12.05107.88744.6286
Yxy7.88740.49050.3211
Hunter Lab28.084527.44609.8876
CIE-Lab33.747336.759715.9704

#883338 color RGB value is (136,51,56).

#883338 hex color red value is 136, green value is 51 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #883338 hue: 0.99 , saturation: 0.45 and the lightness value of 883338 is 0.37.

The process color (four color CMYK) of #883338 color hex is 0.00, 0.63, 0.59, 0.47. Web safe color of #883338 is #993333. Color #883338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110011 00111000
Octal 210 63 70
Decimal 136 51 56
Hex 88 33 38

RGB Percentages of Color #883338

%55.97
%20.99
%23.05

CMYK Percentages of Color #883338

%0
%63
%59
%47

Triadic Colors of #883338

#883338 #388833 #333888

Analogous Colors of #883338

#883338 #885933 #883362

Monochromatic Colors of #883338

#883338

Complementary Color

#883338 #338883

#883338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883338 Color CSS Codes

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

#883338 Text Font Color

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

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


#883338 Background Color

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

This div background color is #883338


#883338 Border Color

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

This div border color is #883338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883338


Comments

No comments written yet.

Please login to write comment.