Color Hex Logo

#883988 Color Hex

#883988
(136,57,136)
0 Favorites   0 Comments

Color spaces of #883988

RGB 13657136
HSL0.830.410.38
HSV300°58°53°
CMYK 0.000.580.00   0.47
XYZ16.06049.938124.3643
Yxy9.93810.31890.1973
Hunter Lab31.524835.7692-23.7557
CIE-Lab37.731144.8246-28.7814

#883988 color RGB value is (136,57,136).

#883988 hex color red value is 136, green value is 57 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #883988 hue: 0.83 , saturation: 0.41 and the lightness value of 883988 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111001 10001000
Octal 210 71 210
Decimal 136 57 136
Hex 88 39 88

RGB Percentages of Color #883988

%41.34
%17.33
%41.34

CMYK Percentages of Color #883988

%0
%58
%0
%47

Triadic Colors of #883988

#883988 #888839 #398888

Analogous Colors of #883988

#883988 #883961 #613988

Monochromatic Colors of #883988

#883988

Complementary Color

#883988 #398839

#883988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883988 Color CSS Codes

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

#883988 Text Font Color

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

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


#883988 Background Color

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

This div background color is #883988


#883988 Border Color

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

This div border color is #883988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883988


Comments

No comments written yet.

Please login to write comment.