Color Hex Logo

#87389e Color Hex

#87389E
(135,56,158)
0 Favorites   0 Comments

Color spaces of #87389e

RGB 13556158
HSL0.800.480.42
HSV286°65°62°
CMYK 0.150.650.00   0.38
XYZ17.577410.447933.4380
Yxy10.44790.28600.1700
Hunter Lab32.323240.5029-38.7086
CIE-Lab38.634649.3731-40.7371

#87389e color RGB value is (135,56,158).

#87389e hex color red value is 135, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #87389e hue: 0.80 , saturation: 0.48 and the lightness value of 87389e is 0.42.

The process color (four color CMYK) of #87389e color hex is 0.15, 0.65, 0.00, 0.38. Web safe color of #87389e is #993399. Color #87389e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 10011110
Octal 207 70 236
Decimal 135 56 158
Hex 87 38 9E

RGB Percentages of Color #87389e

%38.68
%16.05
%45.27

CMYK Percentages of Color #87389e

%15
%65
%0
%38

Triadic Colors of #87389e

#87389e #9e8738 #389e87

Analogous Colors of #87389e

#87389e #9e3882 #54389e

Monochromatic Colors of #87389e

#87389e

Complementary Color

#87389e #4f9e38

#87389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87389e Color CSS Codes

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

#87389e Text Font Color

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

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


#87389e Background Color

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

This div background color is #87389e


#87389e Border Color

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

This div border color is #87389e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,56,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87389e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87389e;
  -webkit-box-shadow: 1px 1px 3px 2px #87389e;
  box-shadow:         1px 1px 3px 2px #87389e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87389e


Comments

No comments written yet.

Please login to write comment.