Color Hex Logo

#715daa Color Hex

#715DAA
(113,93,170)
0 Favorites   0 Comments

Color spaces of #715daa

RGB 11393170
HSL0.710.310.52
HSV256°45°67°
CMYK 0.340.450.00   0.33
XYZ17.980114.241739.8315
Yxy14.24170.24950.1977
Hunter Lab37.738219.0033-36.1621
CIE-Lab44.577625.9157-38.5941

#715daa color RGB value is (113,93,170).

#715daa hex color red value is 113, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #715daa hue: 0.71 , saturation: 0.31 and the lightness value of 715daa is 0.52.

The process color (four color CMYK) of #715daa color hex is 0.34, 0.45, 0.00, 0.33. Web safe color of #715daa is #666699. Color #715daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 10101010
Octal 161 135 252
Decimal 113 93 170
Hex 71 5D AA

RGB Percentages of Color #715daa

%30.05
%24.73
%45.21

CMYK Percentages of Color #715daa

%34
%45
%0
%33

Triadic Colors of #715daa

#715daa #aa715d #5daa71

Analogous Colors of #715daa

#715daa #985daa #5d70aa

Monochromatic Colors of #715daa

#715daa

Complementary Color

#715daa #96aa5d

#715daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#715daa Color CSS Codes

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

#715daa Text Font Color

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

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


#715daa Background Color

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

This div background color is #715daa


#715daa Border Color

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

This div border color is #715daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715daa;
  -webkit-box-shadow: 1px 1px 3px 2px #715daa;
  box-shadow:         1px 1px 3px 2px #715daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715daa


Comments

No comments written yet.

Please login to write comment.