Color Hex Logo

#865a74 Color Hex

#865A74
(134,90,116)
0 Favorites   0 Comments

Color spaces of #865a74

RGB 13490116
HSL0.900.200.44
HSV325°33°53°
CMYK 0.000.330.13   0.47
XYZ16.640113.641618.2791
Yxy13.64160.34270.2809
Hunter Lab36.934515.7841-3.4888
CIE-Lab43.714522.3207-7.3743

#865a74 color RGB value is (134,90,116).

#865a74 hex color red value is 134, green value is 90 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #865a74 hue: 0.90 , saturation: 0.20 and the lightness value of 865a74 is 0.44.

The process color (four color CMYK) of #865a74 color hex is 0.00, 0.33, 0.13, 0.47. Web safe color of #865a74 is #996666. Color #865a74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011010 01110100
Octal 206 132 164
Decimal 134 90 116
Hex 86 5A 74

RGB Percentages of Color #865a74

%39.41
%26.47
%34.12

CMYK Percentages of Color #865a74

%0
%33
%13
%47

Triadic Colors of #865a74

#865a74 #74865a #5a7486

Analogous Colors of #865a74

#865a74 #865a5e #825a86

Monochromatic Colors of #865a74

#865a74

Complementary Color

#865a74 #5a866c

#865a74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865a74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865a74 Color CSS Codes

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

#865a74 Text Font Color

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

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


#865a74 Background Color

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

This div background color is #865a74


#865a74 Border Color

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

This div border color is #865a74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,90,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865a74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865a74;
  -webkit-box-shadow: 1px 1px 3px 2px #865a74;
  box-shadow:         1px 1px 3px 2px #865a74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,90,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865a74


Comments

No comments written yet.

Please login to write comment.