Color Hex Logo

#865a7d Color Hex

#865A7D
(134,90,125)
0 Favorites   0 Comments

Color spaces of #865a7d

RGB 13490125
HSL0.870.200.44
HSV312°33°53°
CMYK 0.000.330.07   0.47
XYZ17.189413.861321.1716
Yxy13.86130.32920.2654
Hunter Lab37.230817.2594-7.6542
CIE-Lab44.033423.9908-12.3616

#865a7d color RGB value is (134,90,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011010 01111101
Octal 206 132 175
Decimal 134 90 125
Hex 86 5A 7D

RGB Percentages of Color #865a7d

%38.40
%25.79
%35.82

CMYK Percentages of Color #865a7d

%0
%33
%7
%47

Triadic Colors of #865a7d

#865a7d #7d865a #5a7d86

Analogous Colors of #865a7d

#865a7d #865a67 #795a86

Monochromatic Colors of #865a7d

#865a7d

Complementary Color

#865a7d #5a8663

#865a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#865a7d Color CSS Codes

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

#865a7d Text Font Color

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

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


#865a7d Background Color

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

This div background color is #865a7d


#865a7d Border Color

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

This div border color is #865a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865a7d


Comments

No comments written yet.

Please login to write comment.