Color Hex Logo

#872969 Color Hex

#872969
(135,41,105)
0 Favorites   0 Comments

Color spaces of #872969

RGB 13541105
HSL0.890.530.35
HSV319°70°53°
CMYK 0.000.700.22   0.47
XYZ13.33447.756714.1590
Yxy7.75670.37830.2200
Hunter Lab27.850936.7230-10.6466
CIE-Lab33.471046.5686-16.0312

#872969 color RGB value is (135,41,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01101001
Octal 207 51 151
Decimal 135 41 105
Hex 87 29 69

RGB Percentages of Color #872969

%48.04
%14.59
%37.37

CMYK Percentages of Color #872969

%0
%70
%22
%47

Triadic Colors of #872969

#872969 #698729 #296987

Analogous Colors of #872969

#872969 #87293a #762987

Monochromatic Colors of #872969

#872969

Complementary Color

#872969 #298747

#872969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872969 Color CSS Codes

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

#872969 Text Font Color

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

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


#872969 Background Color

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

This div background color is #872969


#872969 Border Color

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

This div border color is #872969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872969


Comments

No comments written yet.

Please login to write comment.