Color Hex Logo

#882265 Color Hex

#882265
(136,34,101)
0 Favorites   0 Comments

Color spaces of #882265

RGB 13634101
HSL0.890.600.33
HSV321°75°53°
CMYK 0.000.750.26   0.47
XYZ13.07437.317913.0353
Yxy7.31790.39110.2189
Hunter Lab27.051638.9304-9.6338
CIE-Lab32.519948.9675-14.9162

#882265 color RGB value is (136,34,101).

#882265 hex color red value is 136, green value is 34 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #882265 hue: 0.89 , saturation: 0.60 and the lightness value of 882265 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 01100101
Octal 210 42 145
Decimal 136 34 101
Hex 88 22 65

RGB Percentages of Color #882265

%50.18
%12.55
%37.27

CMYK Percentages of Color #882265

%0
%75
%26
%47

Triadic Colors of #882265

#882265 #658822 #226588

Analogous Colors of #882265

#882265 #882232 #782288

Monochromatic Colors of #882265

#882265

Complementary Color

#882265 #228845

#882265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882265 Color CSS Codes

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

#882265 Text Font Color

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

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


#882265 Background Color

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

This div background color is #882265


#882265 Border Color

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

This div border color is #882265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882265


Comments

No comments written yet.

Please login to write comment.