Color Hex Logo

#87079d Color Hex

#87079D
(135,7,157)
0 Favorites   0 Comments

Color spaces of #87079d

RGB 1357157
HSL0.810.910.32
HSV291°96°62°
CMYK 0.140.960.00   0.38
XYZ16.15357.737232.5403
Yxy7.73720.28630.1371
Hunter Lab27.815854.9827-49.8892
CIE-Lab33.429563.8992-48.4929

#87079d color RGB value is (135,7,157).

#87079d hex color red value is 135, green value is 7 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #87079d hue: 0.81 , saturation: 0.91 and the lightness value of 87079d is 0.32.

The process color (four color CMYK) of #87079d color hex is 0.14, 0.96, 0.00, 0.38. Web safe color of #87079d is #990099. Color #87079d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000111 10011101
Octal 207 7 235
Decimal 135 7 157
Hex 87 7 9D

RGB Percentages of Color #87079d

%45.15
%2.34
%52.51

CMYK Percentages of Color #87079d

%14
%96
%0
%38

Triadic Colors of #87079d

#87079d #9d8707 #079d87

Analogous Colors of #87079d

#87079d #9d0768 #3c079d

Monochromatic Colors of #87079d

#87079d

Complementary Color

#87079d #1d9d07

#87079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87079d Color CSS Codes

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

#87079d Text Font Color

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

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


#87079d Background Color

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

This div background color is #87079d


#87079d Border Color

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

This div border color is #87079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87079d


Comments

No comments written yet.

Please login to write comment.