Color Hex Logo

#880572 Color Hex

#880572
(136,5,114)
0 Favorites   0 Comments

Color spaces of #880572

RGB 1365114
HSL0.860.930.28
HSV310°96°53°
CMYK 0.000.960.16   0.47
XYZ13.24496.557716.4873
Yxy6.55770.36500.1807
Hunter Lab25.608047.5092-20.2473
CIE-Lab30.778057.5935-25.9489

#880572 color RGB value is (136,5,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000101 01110010
Octal 210 5 162
Decimal 136 5 114
Hex 88 5 72

RGB Percentages of Color #880572

%53.33
%1.96
%44.71

CMYK Percentages of Color #880572

%0
%96
%16
%47

Triadic Colors of #880572

#880572 #728805 #057288

Analogous Colors of #880572

#880572 #880531 #5d0588

Monochromatic Colors of #880572

#880572

Complementary Color

#880572 #05881b

#880572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880572 Color CSS Codes

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

#880572 Text Font Color

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

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


#880572 Background Color

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

This div background color is #880572


#880572 Border Color

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

This div border color is #880572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880572


Comments

No comments written yet.

Please login to write comment.