Color Hex Logo

#87648b Color Hex

#87648B
(135,100,139)
0 Favorites   0 Comments

Color spaces of #87648b

RGB 135100139
HSL0.820.160.47
HSV294°28°55°
CMYK 0.030.280.00   0.45
XYZ19.209016.129326.5269
Yxy16.12930.31050.2607
Hunter Lab40.161315.0936-11.0487
CIE-Lab47.143721.2506-16.0440

#87648b color RGB value is (135,100,139).

#87648b hex color red value is 135, green value is 100 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #87648b hue: 0.82 , saturation: 0.16 and the lightness value of 87648b is 0.47.

The process color (four color CMYK) of #87648b color hex is 0.03, 0.28, 0.00, 0.45. Web safe color of #87648b is #996699. Color #87648b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100100 10001011
Octal 207 144 213
Decimal 135 100 139
Hex 87 64 8B

RGB Percentages of Color #87648b

%36.10
%26.74
%37.17

CMYK Percentages of Color #87648b

%3
%28
%0
%45

Triadic Colors of #87648b

#87648b #8b8764 #648b87

Analogous Colors of #87648b

#87648b #8b647c #74648b

Monochromatic Colors of #87648b

#87648b

Complementary Color

#87648b #688b64

#87648b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87648b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87648b Color CSS Codes

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

#87648b Text Font Color

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

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


#87648b Background Color

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

This div background color is #87648b


#87648b Border Color

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

This div border color is #87648b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87648b


Comments

No comments written yet.

Please login to write comment.