Color Hex Logo

#883180 Color Hex

#883180
(136,49,128)
0 Favorites   0 Comments

Color spaces of #883180

RGB 13649128
HSL0.850.470.36
HSV306°64°53°
CMYK 0.000.640.06   0.47
XYZ15.14798.989421.3588
Yxy8.98940.33290.1976
Hunter Lab29.982337.7141-21.2494
CIE-Lab35.963947.1043-26.6150

#883180 color RGB value is (136,49,128).

#883180 hex color red value is 136, green value is 49 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #883180 hue: 0.85 , saturation: 0.47 and the lightness value of 883180 is 0.36.

The process color (four color CMYK) of #883180 color hex is 0.00, 0.64, 0.06, 0.47. Web safe color of #883180 is #993399. Color #883180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110001 10000000
Octal 210 61 200
Decimal 136 49 128
Hex 88 31 80

RGB Percentages of Color #883180

%43.45
%15.65
%40.89

CMYK Percentages of Color #883180

%0
%64
%6
%47

Triadic Colors of #883180

#883180 #808831 #318088

Analogous Colors of #883180

#883180 #883155 #653188

Monochromatic Colors of #883180

#883180

Complementary Color

#883180 #318839

#883180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883180 Color CSS Codes

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

#883180 Text Font Color

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

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


#883180 Background Color

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

This div background color is #883180


#883180 Border Color

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

This div border color is #883180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883180


Comments

No comments written yet.

Please login to write comment.