Color Hex Logo

#715786 Color Hex

#715786
(113,87,134)
0 Favorites   0 Comments

Color spaces of #715786

RGB 11387134
HSL0.760.210.43
HSV273°35°53°
CMYK 0.160.350.00   0.47
XYZ14.521312.048324.1145
Yxy12.04830.28650.2377
Hunter Lab34.710713.9323-16.8930
CIE-Lab41.292820.3443-22.2242

#715786 color RGB value is (113,87,134).

#715786 hex color red value is 113, green value is 87 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #715786 hue: 0.76 , saturation: 0.21 and the lightness value of 715786 is 0.43.

The process color (four color CMYK) of #715786 color hex is 0.16, 0.35, 0.00, 0.47. Web safe color of #715786 is #666699. Color #715786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 10000110
Octal 161 127 206
Decimal 113 87 134
Hex 71 57 86

RGB Percentages of Color #715786

%33.83
%26.05
%40.12

CMYK Percentages of Color #715786

%16
%35
%0
%47

Triadic Colors of #715786

#715786 #867157 #578671

Analogous Colors of #715786

#715786 #865784 #5a5786

Monochromatic Colors of #715786

#715786

Complementary Color

#715786 #6c8657

#715786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715786 Color CSS Codes

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

#715786 Text Font Color

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

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


#715786 Background Color

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

This div background color is #715786


#715786 Border Color

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

This div border color is #715786


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,87,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715786; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715786;
  -webkit-box-shadow: 1px 1px 3px 2px #715786;
  box-shadow:         1px 1px 3px 2px #715786; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715786


Comments

No comments written yet.

Please login to write comment.