Color Hex Logo

#87385c Color Hex

#87385C
(135,56,92)
0 Favorites   0 Comments

Color spaces of #87385c

RGB 1355692
HSL0.920.410.37
HSV333°59°53°
CMYK 0.000.590.32   0.47
XYZ13.33768.752011.1115
Yxy8.75200.40170.2636
Hunter Lab29.583828.7036-1.5603
CIE-Lab35.502437.8334-4.6646

#87385c color RGB value is (135,56,92).

#87385c hex color red value is 135, green value is 56 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #87385c hue: 0.92 , saturation: 0.41 and the lightness value of 87385c is 0.37.

The process color (four color CMYK) of #87385c color hex is 0.00, 0.59, 0.32, 0.47. Web safe color of #87385c is #993366. Color #87385c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 01011100
Octal 207 70 134
Decimal 135 56 92
Hex 87 38 5C

RGB Percentages of Color #87385c

%47.70
%19.79
%32.51

CMYK Percentages of Color #87385c

%0
%59
%32
%47

Triadic Colors of #87385c

#87385c #5c8738 #385c87

Analogous Colors of #87385c

#87385c #873c38 #873884

Monochromatic Colors of #87385c

#87385c

Complementary Color

#87385c #388763

#87385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87385c Color CSS Codes

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

#87385c Text Font Color

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

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


#87385c Background Color

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

This div background color is #87385c


#87385c Border Color

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

This div border color is #87385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87385c


Comments

No comments written yet.

Please login to write comment.