Color Hex Logo

#705780 Color Hex

#705780
(112,87,128)
0 Favorites   0 Comments

Color spaces of #705780

RGB 11287128
HSL0.770.190.42
HSV277°32°50°
CMYK 0.130.320.00   0.50
XYZ13.986611.819621.9663
Yxy11.81960.29280.2474
Hunter Lab34.379612.4544-13.8166
CIE-Lab40.928018.5949-19.1477

#705780 color RGB value is (112,87,128).

#705780 hex color red value is 112, green value is 87 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #705780 hue: 0.77 , saturation: 0.19 and the lightness value of 705780 is 0.42.

The process color (four color CMYK) of #705780 color hex is 0.13, 0.32, 0.00, 0.50. Web safe color of #705780 is #666699. Color #705780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 10000000
Octal 160 127 200
Decimal 112 87 128
Hex 70 57 80

RGB Percentages of Color #705780

%34.25
%26.61
%39.14

CMYK Percentages of Color #705780

%13
%32
%0
%50

Triadic Colors of #705780

#705780 #807057 #578070

Analogous Colors of #705780

#705780 #80577c #5c5780

Monochromatic Colors of #705780

#705780

Complementary Color

#705780 #678057

#705780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705780 Color CSS Codes

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

#705780 Text Font Color

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

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


#705780 Background Color

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

This div background color is #705780


#705780 Border Color

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

This div border color is #705780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705780


Comments

No comments written yet.

Please login to write comment.