Color Hex Logo

#881388 Color Hex

#881388
(136,19,136)
0 Favorites   0 Comments

Color spaces of #881388

RGB 13619136
HSL0.830.750.30
HSV300°86°53°
CMYK 0.000.860.00   0.47
XYZ14.83017.477623.9542
Yxy7.47760.32060.1616
Hunter Lab27.345248.9517-32.7960
CIE-Lab32.870358.5293-36.4769

#881388 color RGB value is (136,19,136).

#881388 hex color red value is 136, green value is 19 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #881388 hue: 0.83 , saturation: 0.75 and the lightness value of 881388 is 0.30.

The process color (four color CMYK) of #881388 color hex is 0.00, 0.86, 0.00, 0.47. Web safe color of #881388 is #990099. Color #881388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 10001000
Octal 210 23 210
Decimal 136 19 136
Hex 88 13 88

RGB Percentages of Color #881388

%46.74
%6.53
%46.74

CMYK Percentages of Color #881388

%0
%86
%0
%47

Triadic Colors of #881388

#881388 #888813 #138888

Analogous Colors of #881388

#881388 #88134e #4d1388

Monochromatic Colors of #881388

#881388

Complementary Color

#881388 #138813

#881388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881388 Color CSS Codes

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

#881388 Text Font Color

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

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


#881388 Background Color

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

This div background color is #881388


#881388 Border Color

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

This div border color is #881388


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,19,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 #881388">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881388


Comments

No comments written yet.

Please login to write comment.