Color Hex Logo

#880246 Color Hex

#880246
(136,2,70)
0 Favorites   0 Comments

Color spaces of #880246

RGB 136270
HSL0.920.970.27
HSV330°99°53°
CMYK 0.000.990.49   0.47
XYZ11.28055.71996.3038
Yxy5.71990.48410.2454
Hunter Lab23.916342.33871.1139
CIE-Lab28.694553.0672-0.3114

#880246 color RGB value is (136,2,70).

#880246 hex color red value is 136, green value is 2 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #880246 hue: 0.92 , saturation: 0.97 and the lightness value of 880246 is 0.27.

The process color (four color CMYK) of #880246 color hex is 0.00, 0.99, 0.49, 0.47. Web safe color of #880246 is #990033. Color #880246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000010 01000110
Octal 210 2 106
Decimal 136 2 70
Hex 88 2 46

RGB Percentages of Color #880246

%65.38
%0.96
%33.65

CMYK Percentages of Color #880246

%0
%99
%49
%47

Triadic Colors of #880246

#880246 #468802 #024688

Analogous Colors of #880246

#880246 #880203 #870288

Monochromatic Colors of #880246

#880246

Complementary Color

#880246 #028844

#880246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880246 Color CSS Codes

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

#880246 Text Font Color

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

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


#880246 Background Color

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

This div background color is #880246


#880246 Border Color

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

This div border color is #880246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880246


Comments

No comments written yet.

Please login to write comment.