Color Hex Logo

#872795 Color Hex

#872795
(135,39,149)
0 Favorites   0 Comments

Color spaces of #872795

RGB 13539149
HSL0.810.590.37
HSV292°74°58°
CMYK 0.090.740.00   0.42
XYZ16.14208.771929.2761
Yxy8.77190.29790.1619
Hunter Lab29.617445.4552-37.8746
CIE-Lab35.541454.7305-40.2221

#872795 color RGB value is (135,39,149).

#872795 hex color red value is 135, green value is 39 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #872795 hue: 0.81 , saturation: 0.59 and the lightness value of 872795 is 0.37.

The process color (four color CMYK) of #872795 color hex is 0.09, 0.74, 0.00, 0.42. Web safe color of #872795 is #993399. Color #872795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100111 10010101
Octal 207 47 225
Decimal 135 39 149
Hex 87 27 95

RGB Percentages of Color #872795

%41.80
%12.07
%46.13

CMYK Percentages of Color #872795

%9
%74
%0
%42

Triadic Colors of #872795

#872795 #958727 #279587

Analogous Colors of #872795

#872795 #95276c #502795

Monochromatic Colors of #872795

#872795

Complementary Color

#872795 #359527

#872795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872795 Color CSS Codes

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

#872795 Text Font Color

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

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


#872795 Background Color

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

This div background color is #872795


#872795 Border Color

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

This div border color is #872795


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,39,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872795; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872795;
  -webkit-box-shadow: 1px 1px 3px 2px #872795;
  box-shadow:         1px 1px 3px 2px #872795; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872795


Comments

No comments written yet.

Please login to write comment.