Color Hex Logo

#87446b Color Hex

#87446B
(135,68,107)
0 Favorites   0 Comments

Color spaces of #87446b

RGB 13568107
HSL0.900.330.40
HSV325°50°53°
CMYK 0.000.500.21   0.47
XYZ14.712610.346715.1316
Yxy10.34670.36610.2574
Hunter Lab32.166325.3535-5.3747
CIE-Lab38.457633.7335-9.7024

#87446b color RGB value is (135,68,107).

#87446b hex color red value is 135, green value is 68 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #87446b hue: 0.90 , saturation: 0.33 and the lightness value of 87446b is 0.40.

The process color (four color CMYK) of #87446b color hex is 0.00, 0.50, 0.21, 0.47. Web safe color of #87446b is #993366. Color #87446b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000100 01101011
Octal 207 104 153
Decimal 135 68 107
Hex 87 44 6B

RGB Percentages of Color #87446b

%43.55
%21.94
%34.52

CMYK Percentages of Color #87446b

%0
%50
%21
%47

Triadic Colors of #87446b

#87446b #6b8744 #446b87

Analogous Colors of #87446b

#87446b #87444a #824487

Monochromatic Colors of #87446b

#87446b

Complementary Color

#87446b #448760

#87446b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87446b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87446b Color CSS Codes

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

#87446b Text Font Color

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

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


#87446b Background Color

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

This div background color is #87446b


#87446b Border Color

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

This div border color is #87446b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,68,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87446b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87446b;
  -webkit-box-shadow: 1px 1px 3px 2px #87446b;
  box-shadow:         1px 1px 3px 2px #87446b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87446b


Comments

No comments written yet.

Please login to write comment.