Color Hex Logo

#873865 Color Hex

#873865
(135,56,101)
0 Favorites   0 Comments

Color spaces of #873865

RGB 13556101
HSL0.910.410.37
HSV326°59°53°
CMYK 0.000.590.25   0.47
XYZ13.75488.918813.3085
Yxy8.91880.38230.2479
Hunter Lab29.864429.9501-5.5164
CIE-Lab35.827539.1133-9.8974

#873865 color RGB value is (135,56,101).

#873865 hex color red value is 135, green value is 56 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #873865 hue: 0.91 , saturation: 0.41 and the lightness value of 873865 is 0.37.

The process color (four color CMYK) of #873865 color hex is 0.00, 0.59, 0.25, 0.47. Web safe color of #873865 is #993366. Color #873865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 01100101
Octal 207 70 145
Decimal 135 56 101
Hex 87 38 65

RGB Percentages of Color #873865

%46.23
%19.18
%34.59

CMYK Percentages of Color #873865

%0
%59
%25
%47

Triadic Colors of #873865

#873865 #658738 #386587

Analogous Colors of #873865

#873865 #87383e #823887

Monochromatic Colors of #873865

#873865

Complementary Color

#873865 #38875a

#873865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873865 Color CSS Codes

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

#873865 Text Font Color

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

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


#873865 Background Color

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

This div background color is #873865


#873865 Border Color

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

This div border color is #873865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873865


Comments

No comments written yet.

Please login to write comment.