Color Hex Logo

#882964 Color Hex

#882964
(136,41,100)
0 Favorites   0 Comments

Color spaces of #882964

RGB 13641100
HSL0.900.540.35
HSV323°70°53°
CMYK 0.000.700.26   0.47
XYZ13.24657.740212.8524
Yxy7.74020.39150.2287
Hunter Lab27.821236.3020-7.9150
CIE-Lab33.435946.1478-12.8738

#882964 color RGB value is (136,41,100).

#882964 hex color red value is 136, green value is 41 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #882964 hue: 0.90 , saturation: 0.54 and the lightness value of 882964 is 0.35.

The process color (four color CMYK) of #882964 color hex is 0.00, 0.70, 0.26, 0.47. Web safe color of #882964 is #993366. Color #882964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 01100100
Octal 210 51 144
Decimal 136 41 100
Hex 88 29 64

RGB Percentages of Color #882964

%49.10
%14.80
%36.10

CMYK Percentages of Color #882964

%0
%70
%26
%47

Triadic Colors of #882964

#882964 #648829 #296488

Analogous Colors of #882964

#882964 #882934 #7d2988

Monochromatic Colors of #882964

#882964

Complementary Color

#882964 #29884d

#882964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882964 Color CSS Codes

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

#882964 Text Font Color

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

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


#882964 Background Color

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

This div background color is #882964


#882964 Border Color

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

This div border color is #882964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882964


Comments

No comments written yet.

Please login to write comment.