Color Hex Logo

#715778 Color Hex

#715778
(113,87,120)
0 Favorites   0 Comments

Color spaces of #715778

RGB 11387120
HSL0.800.160.41
HSV287°28°47°
CMYK 0.060.280.00   0.53
XYZ13.608411.683219.3071
Yxy11.68320.30510.2620
Hunter Lab34.180711.2502-9.5637
CIE-Lab40.708117.1414-14.5884

#715778 color RGB value is (113,87,120).

#715778 hex color red value is 113, green value is 87 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #715778 hue: 0.80 , saturation: 0.16 and the lightness value of 715778 is 0.41.

The process color (four color CMYK) of #715778 color hex is 0.06, 0.28, 0.00, 0.53. Web safe color of #715778 is #666666. Color #715778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 01111000
Octal 161 127 170
Decimal 113 87 120
Hex 71 57 78

RGB Percentages of Color #715778

%35.31
%27.19
%37.50

CMYK Percentages of Color #715778

%6
%28
%0
%53

Triadic Colors of #715778

#715778 #787157 #577871

Analogous Colors of #715778

#715778 #78576f #615778

Monochromatic Colors of #715778

#715778

Complementary Color

#715778 #5e7857

#715778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715778 Color CSS Codes

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

#715778 Text Font Color

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

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


#715778 Background Color

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

This div background color is #715778


#715778 Border Color

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

This div border color is #715778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715778


Comments

No comments written yet.

Please login to write comment.