Color Hex Logo

#872963 Color Hex

#872963
(135,41,99)
0 Favorites   0 Comments

Color spaces of #872963

RGB 1354199
HSL0.900.530.35
HSV323°70°53°
CMYK 0.000.700.27   0.47
XYZ13.03677.637612.5915
Yxy7.63760.39190.2296
Hunter Lab27.636235.8396-7.6681
CIE-Lab33.216545.7176-12.5837

#872963 color RGB value is (135,41,99).

#872963 hex color red value is 135, green value is 41 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #872963 hue: 0.90 , saturation: 0.53 and the lightness value of 872963 is 0.35.

The process color (four color CMYK) of #872963 color hex is 0.00, 0.70, 0.27, 0.47. Web safe color of #872963 is #993366. Color #872963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01100011
Octal 207 51 143
Decimal 135 41 99
Hex 87 29 63

RGB Percentages of Color #872963

%49.09
%14.91
%36.00

CMYK Percentages of Color #872963

%0
%70
%27
%47

Triadic Colors of #872963

#872963 #638729 #296387

Analogous Colors of #872963

#872963 #872934 #7c2987

Monochromatic Colors of #872963

#872963

Complementary Color

#872963 #29874d

#872963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872963 Color CSS Codes

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

#872963 Text Font Color

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

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


#872963 Background Color

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

This div background color is #872963


#872963 Border Color

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

This div border color is #872963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872963


Comments

No comments written yet.

Please login to write comment.