Color Hex Logo

#880675 Color Hex

#880675
(136,6,117)
0 Favorites   0 Comments

Color spaces of #880675

RGB 1366117
HSL0.860.920.28
HSV309°96°53°
CMYK 0.000.960.14   0.47
XYZ13.42946.648817.4052
Yxy6.64880.35830.1774
Hunter Lab25.785347.8416-21.9714
CIE-Lab30.993657.8623-27.5198

#880675 color RGB value is (136,6,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 01110101
Octal 210 6 165
Decimal 136 6 117
Hex 88 6 75

RGB Percentages of Color #880675

%52.51
%2.32
%45.17

CMYK Percentages of Color #880675

%0
%96
%14
%47

Triadic Colors of #880675

#880675 #758806 #067588

Analogous Colors of #880675

#880675 #880634 #5a0688

Monochromatic Colors of #880675

#880675

Complementary Color

#880675 #068819

#880675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880675 Color CSS Codes

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

#880675 Text Font Color

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

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


#880675 Background Color

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

This div background color is #880675


#880675 Border Color

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

This div border color is #880675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880675


Comments

No comments written yet.

Please login to write comment.