Color Hex Logo

#715581 Color Hex

#715581
(113,85,129)
0 Favorites   0 Comments

Color spaces of #715581

RGB 11385129
HSL0.770.210.42
HSV278°34°51°
CMYK 0.120.340.00   0.49
XYZ14.021011.592722.2675
Yxy11.59270.29280.2421
Hunter Lab34.048113.9223-14.9421
CIE-Lab40.561320.3915-20.3135

#715581 color RGB value is (113,85,129).

#715581 hex color red value is 113, green value is 85 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #715581 hue: 0.77 , saturation: 0.21 and the lightness value of 715581 is 0.42.

The process color (four color CMYK) of #715581 color hex is 0.12, 0.34, 0.00, 0.49. Web safe color of #715581 is #666699. Color #715581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010101 10000001
Octal 161 125 201
Decimal 113 85 129
Hex 71 55 81

RGB Percentages of Color #715581

%34.56
%25.99
%39.45

CMYK Percentages of Color #715581

%12
%34
%0
%49

Triadic Colors of #715581

#715581 #817155 #558171

Analogous Colors of #715581

#715581 #81557b #5b5581

Monochromatic Colors of #715581

#715581

Complementary Color

#715581 #658155

#715581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715581 Color CSS Codes

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

#715581 Text Font Color

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

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


#715581 Background Color

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

This div background color is #715581


#715581 Border Color

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

This div border color is #715581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715581


Comments

No comments written yet.

Please login to write comment.