Color Hex Logo

#882750 Color Hex

#882750
(136,39,80)
0 Favorites   0 Comments

Color spaces of #882750

RGB 1363980
HSL0.930.550.34
HSV335°71°53°
CMYK 0.000.710.41   0.47
XYZ12.32687.26458.3419
Yxy7.26450.44130.2601
Hunter Lab26.952734.46950.5166
CIE-Lab32.401644.4617-1.4927

#882750 color RGB value is (136,39,80).

#882750 hex color red value is 136, green value is 39 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #882750 hue: 0.93 , saturation: 0.55 and the lightness value of 882750 is 0.34.

The process color (four color CMYK) of #882750 color hex is 0.00, 0.71, 0.41, 0.47. Web safe color of #882750 is #993366. Color #882750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 01010000
Octal 210 47 120
Decimal 136 39 80
Hex 88 27 50

RGB Percentages of Color #882750

%53.33
%15.29
%31.37

CMYK Percentages of Color #882750

%0
%71
%41
%47

Triadic Colors of #882750

#882750 #508827 #275088

Analogous Colors of #882750

#882750 #882f27 #882781

Monochromatic Colors of #882750

#882750

Complementary Color

#882750 #27885f

#882750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882750 Color CSS Codes

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

#882750 Text Font Color

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

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


#882750 Background Color

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

This div background color is #882750


#882750 Border Color

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

This div border color is #882750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882750


Comments

No comments written yet.

Please login to write comment.