Color Hex Logo

#705080 Color Hex

#705080
(112,80,128)
0 Favorites   0 Comments

Color spaces of #705080

RGB 11280128
HSL0.780.230.41
HSV280°38°50°
CMYK 0.130.380.00   0.50
XYZ13.447010.740621.7865
Yxy10.74060.29250.2336
Hunter Lab32.772915.8877-16.4734
CIE-Lab39.140122.8619-21.9093

#705080 color RGB value is (112,80,128).

#705080 hex color red value is 112, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #705080 hue: 0.78 , saturation: 0.23 and the lightness value of 705080 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010000 10000000
Octal 160 120 200
Decimal 112 80 128
Hex 70 50 80

RGB Percentages of Color #705080

%35.00
%25.00
%40.00

CMYK Percentages of Color #705080

%13
%38
%0
%50

Triadic Colors of #705080

#705080 #807050 #508070

Analogous Colors of #705080

#705080 #805078 #585080

Monochromatic Colors of #705080

#705080

Complementary Color

#705080 #608050

#705080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705080 Color CSS Codes

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

#705080 Text Font Color

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

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


#705080 Background Color

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

This div background color is #705080


#705080 Border Color

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

This div border color is #705080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,80,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 #705080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705080


Comments

No comments written yet.

Please login to write comment.