Color Hex Logo

#715eaa Color Hex

#715EAA
(113,94,170)
0 Favorites   0 Comments

Color spaces of #715eaa

RGB 11394170
HSL0.710.310.52
HSV255°45°67°
CMYK 0.340.450.00   0.33
XYZ18.068514.418439.8609
Yxy14.41840.24970.1993
Hunter Lab37.971618.4877-35.6600
CIE-Lab44.827125.3099-38.1991

#715eaa color RGB value is (113,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011110 10101010
Octal 161 136 252
Decimal 113 94 170
Hex 71 5E AA

RGB Percentages of Color #715eaa

%29.97
%24.93
%45.09

CMYK Percentages of Color #715eaa

%34
%45
%0
%33

Triadic Colors of #715eaa

#715eaa #aa715e #5eaa71

Analogous Colors of #715eaa

#715eaa #975eaa #5e71aa

Monochromatic Colors of #715eaa

#715eaa

Complementary Color

#715eaa #97aa5e

#715eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#715eaa Color CSS Codes

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

#715eaa Text Font Color

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

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


#715eaa Background Color

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

This div background color is #715eaa


#715eaa Border Color

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

This div border color is #715eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,94,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 #715eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715eaa


Comments

No comments written yet.

Please login to write comment.