Color Hex Logo

#715095 Color Hex

#715095
(113,80,149)
0 Favorites   0 Comments

Color spaces of #715095

RGB 11380149
HSL0.750.300.45
HSV269°46°58°
CMYK 0.240.460.00   0.42
XYZ15.103511.418029.8416
Yxy11.41800.26800.2026
Hunter Lab33.790520.6515-28.7077
CIE-Lab40.275828.2535-32.8853

#715095 color RGB value is (113,80,149).

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

The process color (four color CMYK) of #715095 color hex is 0.24, 0.46, 0.00, 0.42. Web safe color of #715095 is #666699. Color #715095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 10010101
Octal 161 120 225
Decimal 113 80 149
Hex 71 50 95

RGB Percentages of Color #715095

%33.04
%23.39
%43.57

CMYK Percentages of Color #715095

%24
%46
%0
%42

Triadic Colors of #715095

#715095 #957150 #509571

Analogous Colors of #715095

#715095 #945095 #505295

Monochromatic Colors of #715095

#715095

Complementary Color

#715095 #749550

#715095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715095 Color CSS Codes

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

#715095 Text Font Color

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

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


#715095 Background Color

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

This div background color is #715095


#715095 Border Color

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

This div border color is #715095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715095


Comments

No comments written yet.

Please login to write comment.