Color Hex Logo

#715bac Color Hex

#715BAC
(113,91,172)
0 Favorites   0 Comments

Color spaces of #715bac

RGB 11391172
HSL0.710.330.52
HSV256°47°67°
CMYK 0.340.470.00   0.33
XYZ17.997513.971440.7779
Yxy13.97140.24740.1921
Hunter Lab37.378320.5349-38.5176
CIE-Lab44.191927.6708-40.3831

#715bac color RGB value is (113,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011011 10101100
Octal 161 133 254
Decimal 113 91 172
Hex 71 5B AC

RGB Percentages of Color #715bac

%30.05
%24.20
%45.74

CMYK Percentages of Color #715bac

%34
%47
%0
%33

Triadic Colors of #715bac

#715bac #ac715b #5bac71

Analogous Colors of #715bac

#715bac #9a5bac #5b6eac

Monochromatic Colors of #715bac

#715bac

Complementary Color

#715bac #96ac5b

#715bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#715bac Color CSS Codes

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

#715bac Text Font Color

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

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


#715bac Background Color

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

This div background color is #715bac


#715bac Border Color

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

This div border color is #715bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715bac


Comments

No comments written yet.

Please login to write comment.