Color Hex Logo

#880869 Color Hex

#880869
(136,8,105)
0 Favorites   0 Comments

Color spaces of #880869

RGB 1368105
HSL0.870.890.28
HSV315°94°53°
CMYK 0.000.940.23   0.47
XYZ12.79006.427813.9312
Yxy6.42780.38580.1939
Hunter Lab25.353145.6808-14.8319
CIE-Lab30.467155.9314-20.6640

#880869 color RGB value is (136,8,105).

#880869 hex color red value is 136, green value is 8 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #880869 hue: 0.87 , saturation: 0.89 and the lightness value of 880869 is 0.28.

The process color (four color CMYK) of #880869 color hex is 0.00, 0.94, 0.23, 0.47. Web safe color of #880869 is #990066. Color #880869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001000 01101001
Octal 210 10 151
Decimal 136 8 105
Hex 88 8 69

RGB Percentages of Color #880869

%54.62
%3.21
%42.17

CMYK Percentages of Color #880869

%0
%94
%23
%47

Triadic Colors of #880869

#880869 #698808 #086988

Analogous Colors of #880869

#880869 #880829 #670888

Monochromatic Colors of #880869

#880869

Complementary Color

#880869 #088827

#880869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880869 Color CSS Codes

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

#880869 Text Font Color

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

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


#880869 Background Color

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

This div background color is #880869


#880869 Border Color

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

This div border color is #880869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880869


Comments

No comments written yet.

Please login to write comment.