Color Hex Logo

#715aac Color Hex

#715AAC
(113,90,172)
0 Favorites   0 Comments

Color spaces of #715aac

RGB 11390172
HSL0.710.330.51
HSV257°48°67°
CMYK 0.340.480.00   0.33
XYZ17.912613.801640.7496
Yxy13.80160.24720.1905
Hunter Lab37.150521.0527-39.0286
CIE-Lab43.947028.2739-40.7719

#715aac color RGB value is (113,90,172).

#715aac hex color red value is 113, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #715aac hue: 0.71 , saturation: 0.33 and the lightness value of 715aac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011010 10101100
Octal 161 132 254
Decimal 113 90 172
Hex 71 5A AC

RGB Percentages of Color #715aac

%30.13
%24.00
%45.87

CMYK Percentages of Color #715aac

%34
%48
%0
%33

Triadic Colors of #715aac

#715aac #ac715a #5aac71

Analogous Colors of #715aac

#715aac #9a5aac #5a6cac

Monochromatic Colors of #715aac

#715aac

Complementary Color

#715aac #95ac5a

#715aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#715aac Color CSS Codes

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

#715aac Text Font Color

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

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


#715aac Background Color

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

This div background color is #715aac


#715aac Border Color

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

This div border color is #715aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715aac


Comments

No comments written yet.

Please login to write comment.