Color Hex Logo

#880674 Color Hex

#880674
(136,6,116)
0 Favorites   0 Comments

Color spaces of #880674

RGB 1366116
HSL0.860.920.28
HSV309°96°53°
CMYK 0.000.960.15   0.47
XYZ13.37096.625417.0971
Yxy6.62540.36050.1786
Hunter Lab25.739947.6794-21.3641
CIE-Lab30.938457.7215-26.9707

#880674 color RGB value is (136,6,116).

#880674 hex color red value is 136, green value is 6 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #880674 hue: 0.86 , saturation: 0.92 and the lightness value of 880674 is 0.28.

The process color (four color CMYK) of #880674 color hex is 0.00, 0.96, 0.15, 0.47. Web safe color of #880674 is #990066. Color #880674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 01110100
Octal 210 6 164
Decimal 136 6 116
Hex 88 6 74

RGB Percentages of Color #880674

%52.71
%2.33
%44.96

CMYK Percentages of Color #880674

%0
%96
%15
%47

Triadic Colors of #880674

#880674 #748806 #067488

Analogous Colors of #880674

#880674 #880633 #5b0688

Monochromatic Colors of #880674

#880674

Complementary Color

#880674 #06881a

#880674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880674 Color CSS Codes

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

#880674 Text Font Color

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

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


#880674 Background Color

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

This div background color is #880674


#880674 Border Color

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

This div border color is #880674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880674


Comments

No comments written yet.

Please login to write comment.