Color Hex Logo

#705083 Color Hex

#705083
(112,80,131)
0 Favorites   0 Comments

Color spaces of #705083

RGB 11280131
HSL0.770.240.41
HSV278°39°51°
CMYK 0.150.390.00   0.49
XYZ13.647510.820822.8420
Yxy10.82080.28850.2287
Hunter Lab32.895016.4900-18.1440
CIE-Lab39.277023.5603-23.5327

#705083 color RGB value is (112,80,131).

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

The process color (four color CMYK) of #705083 color hex is 0.15, 0.39, 0.00, 0.49. Web safe color of #705083 is #666699. Color #705083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010000 10000011
Octal 160 120 203
Decimal 112 80 131
Hex 70 50 83

RGB Percentages of Color #705083

%34.67
%24.77
%40.56

CMYK Percentages of Color #705083

%15
%39
%0
%49

Triadic Colors of #705083

#705083 #837050 #508370

Analogous Colors of #705083

#705083 #83507d #575083

Monochromatic Colors of #705083

#705083

Complementary Color

#705083 #638350

#705083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705083 Color CSS Codes

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

#705083 Text Font Color

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

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


#705083 Background Color

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

This div background color is #705083


#705083 Border Color

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

This div border color is #705083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705083


Comments

No comments written yet.

Please login to write comment.