Color Hex Logo

#87345d Color Hex

#87345D
(135,52,93)
0 Favorites   0 Comments

Color spaces of #87345d

RGB 1355293
HSL0.920.440.37
HSV330°61°53°
CMYK 0.000.610.31   0.47
XYZ13.19548.397211.2813
Yxy8.39720.40140.2554
Hunter Lab28.977930.5705-2.7974
CIE-Lab34.796839.9480-6.3548

#87345d color RGB value is (135,52,93).

#87345d hex color red value is 135, green value is 52 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #87345d hue: 0.92 , saturation: 0.44 and the lightness value of 87345d is 0.37.

The process color (four color CMYK) of #87345d color hex is 0.00, 0.61, 0.31, 0.47. Web safe color of #87345d is #993366. Color #87345d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110100 01011101
Octal 207 64 135
Decimal 135 52 93
Hex 87 34 5D

RGB Percentages of Color #87345d

%48.21
%18.57
%33.21

CMYK Percentages of Color #87345d

%0
%61
%31
%47

Triadic Colors of #87345d

#87345d #5d8734 #345d87

Analogous Colors of #87345d

#87345d #873534 #873487

Monochromatic Colors of #87345d

#87345d

Complementary Color

#87345d #34875e

#87345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87345d Color CSS Codes

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

#87345d Text Font Color

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

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


#87345d Background Color

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

This div background color is #87345d


#87345d Border Color

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

This div border color is #87345d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,52,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87345d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87345d;
  -webkit-box-shadow: 1px 1px 3px 2px #87345d;
  box-shadow:         1px 1px 3px 2px #87345d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87345d


Comments

No comments written yet.

Please login to write comment.