Color Hex Logo

#882185 Color Hex

#882185
(136,33,133)
0 Favorites   0 Comments

Color spaces of #882185

RGB 13633133
HSL0.840.610.33
HSV302°76°53°
CMYK 0.000.760.02   0.47
XYZ14.93088.015422.9505
Yxy8.01540.32530.1746
Hunter Lab28.311544.5915-28.2450
CIE-Lab34.014954.2036-32.7930

#882185 color RGB value is (136,33,133).

#882185 hex color red value is 136, green value is 33 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #882185 hue: 0.84 , saturation: 0.61 and the lightness value of 882185 is 0.33.

The process color (four color CMYK) of #882185 color hex is 0.00, 0.76, 0.02, 0.47. Web safe color of #882185 is #993399. Color #882185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 10000101
Octal 210 41 205
Decimal 136 33 133
Hex 88 21 85

RGB Percentages of Color #882185

%45.03
%10.93
%44.04

CMYK Percentages of Color #882185

%0
%76
%2
%47

Triadic Colors of #882185

#882185 #858821 #218588

Analogous Colors of #882185

#882185 #882151 #582188

Monochromatic Colors of #882185

#882185

Complementary Color

#882185 #218824

#882185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882185 Color CSS Codes

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

#882185 Text Font Color

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

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


#882185 Background Color

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

This div background color is #882185


#882185 Border Color

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

This div border color is #882185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882185


Comments

No comments written yet.

Please login to write comment.