Color Hex Logo

#883479 Color Hex

#883479
(136,52,121)
0 Favorites   0 Comments

Color spaces of #883479

RGB 13652121
HSL0.860.450.37
HSV311°62°53°
CMYK 0.000.620.11   0.47
XYZ14.83259.070719.0582
Yxy9.07070.34530.2111
Hunter Lab30.117635.2030-16.4360
CIE-Lab36.120144.5365-22.0139

#883479 color RGB value is (136,52,121).

#883479 hex color red value is 136, green value is 52 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #883479 hue: 0.86 , saturation: 0.45 and the lightness value of 883479 is 0.37.

The process color (four color CMYK) of #883479 color hex is 0.00, 0.62, 0.11, 0.47. Web safe color of #883479 is #993366. Color #883479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 01111001
Octal 210 64 171
Decimal 136 52 121
Hex 88 34 79

RGB Percentages of Color #883479

%44.01
%16.83
%39.16

CMYK Percentages of Color #883479

%0
%62
%11
%47

Triadic Colors of #883479

#883479 #798834 #347988

Analogous Colors of #883479

#883479 #88344f #6d3488

Monochromatic Colors of #883479

#883479

Complementary Color

#883479 #348843

#883479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883479 Color CSS Codes

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

#883479 Text Font Color

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

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


#883479 Background Color

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

This div background color is #883479


#883479 Border Color

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

This div border color is #883479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883479


Comments

No comments written yet.

Please login to write comment.