Color Hex Logo

#715aaf Color Hex

#715AAF
(113,90,175)
0 Favorites   0 Comments

Color spaces of #715aaf

RGB 11390175
HSL0.710.350.52
HSV256°49°69°
CMYK 0.350.490.00   0.31
XYZ18.204113.918242.2845
Yxy13.91820.24470.1871
Hunter Lab37.307121.8121-41.0853
CIE-Lab44.115429.0950-42.2690

#715aaf color RGB value is (113,90,175).

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

The process color (four color CMYK) of #715aaf color hex is 0.35, 0.49, 0.00, 0.31. Web safe color of #715aaf is #666699. Color #715aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011010 10101111
Octal 161 132 257
Decimal 113 90 175
Hex 71 5A AF

RGB Percentages of Color #715aaf

%29.89
%23.81
%46.30

CMYK Percentages of Color #715aaf

%35
%49
%0
%31

Triadic Colors of #715aaf

#715aaf #af715a #5aaf71

Analogous Colors of #715aaf

#715aaf #9c5aaf #5a6eaf

Monochromatic Colors of #715aaf

#715aaf

Complementary Color

#715aaf #98af5a

#715aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#715aaf Color CSS Codes

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

#715aaf Text Font Color

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

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


#715aaf Background Color

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

This div background color is #715aaf


#715aaf Border Color

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

This div border color is #715aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715aaf


Comments

No comments written yet.

Please login to write comment.