Color Hex Logo

#715291 Color Hex

#715291
(113,82,145)
0 Favorites   0 Comments

Color spaces of #715291

RGB 11382145
HSL0.750.280.45
HSV270°43°57°
CMYK 0.220.430.00   0.43
XYZ14.938211.589628.2378
Yxy11.58960.27280.2116
Hunter Lab34.043518.7492-25.3484
CIE-Lab40.556326.0528-30.0313

#715291 color RGB value is (113,82,145).

#715291 hex color red value is 113, green value is 82 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #715291 hue: 0.75 , saturation: 0.28 and the lightness value of 715291 is 0.45.

The process color (four color CMYK) of #715291 color hex is 0.22, 0.43, 0.00, 0.43. Web safe color of #715291 is #666699. Color #715291 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 10010001
Octal 161 122 221
Decimal 113 82 145
Hex 71 52 91

RGB Percentages of Color #715291

%33.24
%24.12
%42.65

CMYK Percentages of Color #715291

%22
%43
%0
%43

Triadic Colors of #715291

#715291 #917152 #529171

Analogous Colors of #715291

#715291 #915291 #525391

Monochromatic Colors of #715291

#715291

Complementary Color

#715291 #729152

#715291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715291 Color CSS Codes

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

#715291 Text Font Color

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

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


#715291 Background Color

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

This div background color is #715291


#715291 Border Color

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

This div border color is #715291


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,82,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715291; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715291;
  -webkit-box-shadow: 1px 1px 3px 2px #715291;
  box-shadow:         1px 1px 3px 2px #715291; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715291


Comments

No comments written yet.

Please login to write comment.