Color Hex Logo

#715e90 Color Hex

#715E90
(113,94,144)
0 Favorites   0 Comments

Color spaces of #715e90

RGB 11394144
HSL0.730.210.47
HSV263°35°56°
CMYK 0.220.350.00   0.44
XYZ15.846813.529728.1618
Yxy13.52970.27540.2351
Hunter Lab36.782712.5319-19.6460
CIE-Lab43.550818.5089-24.7538

#715e90 color RGB value is (113,94,144).

#715e90 hex color red value is 113, green value is 94 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #715e90 hue: 0.73 , saturation: 0.21 and the lightness value of 715e90 is 0.47.

The process color (four color CMYK) of #715e90 color hex is 0.22, 0.35, 0.00, 0.44. Web safe color of #715e90 is #666699. Color #715e90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011110 10010000
Octal 161 136 220
Decimal 113 94 144
Hex 71 5E 90

RGB Percentages of Color #715e90

%32.19
%26.78
%41.03

CMYK Percentages of Color #715e90

%22
%35
%0
%44

Triadic Colors of #715e90

#715e90 #90715e #5e9071

Analogous Colors of #715e90

#715e90 #8a5e90 #5e6490

Monochromatic Colors of #715e90

#715e90

Complementary Color

#715e90 #7d905e

#715e90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715e90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715e90 Color CSS Codes

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

#715e90 Text Font Color

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

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


#715e90 Background Color

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

This div background color is #715e90


#715e90 Border Color

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

This div border color is #715e90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715e90


Comments

No comments written yet.

Please login to write comment.