Color Hex Logo

#715392 Color Hex

#715392
(113,83,146)
0 Favorites   0 Comments

Color spaces of #715392

RGB 11383146
HSL0.750.280.45
HSV269°43°57°
CMYK 0.230.430.00   0.43
XYZ15.091611.772528.6710
Yxy11.77250.27170.2120
Hunter Lab34.311118.4682-25.5261
CIE-Lab40.852225.6976-30.1699

#715392 color RGB value is (113,83,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 10010010
Octal 161 123 222
Decimal 113 83 146
Hex 71 53 92

RGB Percentages of Color #715392

%33.04
%24.27
%42.69

CMYK Percentages of Color #715392

%23
%43
%0
%43

Triadic Colors of #715392

#715392 #927153 #539271

Analogous Colors of #715392

#715392 #915392 #535592

Monochromatic Colors of #715392

#715392

Complementary Color

#715392 #749253

#715392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715392 Color CSS Codes

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

#715392 Text Font Color

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

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


#715392 Background Color

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

This div background color is #715392


#715392 Border Color

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

This div border color is #715392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715392


Comments

No comments written yet.

Please login to write comment.