Color Hex Logo

#705380 Color Hex

#705380
(112,83,128)
0 Favorites   0 Comments

Color spaces of #705380

RGB 11283128
HSL0.770.210.41
HSV279°35°50°
CMYK 0.130.350.00   0.50
XYZ13.671611.189821.8613
Yxy11.18980.29260.2395
Hunter Lab33.451214.4140-15.3319
CIE-Lab39.898321.0363-20.7357

#705380 color RGB value is (112,83,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 10000000
Octal 160 123 200
Decimal 112 83 128
Hex 70 53 80

RGB Percentages of Color #705380

%34.67
%25.70
%39.63

CMYK Percentages of Color #705380

%13
%35
%0
%50

Triadic Colors of #705380

#705380 #807053 #538070

Analogous Colors of #705380

#705380 #80537a #5a5380

Monochromatic Colors of #705380

#705380

Complementary Color

#705380 #638053

#705380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705380 Color CSS Codes

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

#705380 Text Font Color

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

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


#705380 Background Color

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

This div background color is #705380


#705380 Border Color

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

This div border color is #705380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705380


Comments

No comments written yet.

Please login to write comment.