Color Hex Logo

#880553 Color Hex

#880553
(136,5,83)
0 Favorites   0 Comments

Color spaces of #880553

RGB 136583
HSL0.900.930.28
HSV324°96°53°
CMYK 0.000.960.39   0.47
XYZ11.76895.96738.7151
Yxy5.96730.44490.2256
Hunter Lab24.428143.2483-4.0530
CIE-Lab29.329853.8250-8.0372

#880553 color RGB value is (136,5,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000101 01010011
Octal 210 5 123
Decimal 136 5 83
Hex 88 5 53

RGB Percentages of Color #880553

%60.71
%2.23
%37.05

CMYK Percentages of Color #880553

%0
%96
%39
%47

Triadic Colors of #880553

#880553 #538805 #055388

Analogous Colors of #880553

#880553 #880511 #7c0588

Monochromatic Colors of #880553

#880553

Complementary Color

#880553 #05883a

#880553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880553 Color CSS Codes

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

#880553 Text Font Color

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

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


#880553 Background Color

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

This div background color is #880553


#880553 Border Color

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

This div border color is #880553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880553


Comments

No comments written yet.

Please login to write comment.