Color Hex Logo

#883452 Color Hex

#883452
(136,52,82)
0 Favorites   0 Comments

Color spaces of #883452

RGB 1365282
HSL0.940.450.37
HSV339°62°53°
CMYK 0.000.620.40   0.47
XYZ12.90438.29948.9045
Yxy8.29940.42860.2757
Hunter Lab28.808729.54051.8401
CIE-Lab34.598838.88330.4273

#883452 color RGB value is (136,52,82).

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

The process color (four color CMYK) of #883452 color hex is 0.00, 0.62, 0.40, 0.47. Web safe color of #883452 is #993366. Color #883452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 01010010
Octal 210 64 122
Decimal 136 52 82
Hex 88 34 52

RGB Percentages of Color #883452

%50.37
%19.26
%30.37

CMYK Percentages of Color #883452

%0
%62
%40
%47

Triadic Colors of #883452

#883452 #528834 #345288

Analogous Colors of #883452

#883452 #884034 #88347c

Monochromatic Colors of #883452

#883452

Complementary Color

#883452 #34886a

#883452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883452 Color CSS Codes

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

#883452 Text Font Color

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

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


#883452 Background Color

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

This div background color is #883452


#883452 Border Color

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

This div border color is #883452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883452


Comments

No comments written yet.

Please login to write comment.