Color Hex Logo

#705999 Color Hex

#705999
(112,89,153)
0 Favorites   0 Comments

Color spaces of #705999

RGB 11289153
HSL0.730.260.47
HSV262°42°60°
CMYK 0.270.420.00   0.40
XYZ16.004212.889431.7814
Yxy12.88940.26380.2124
Hunter Lab35.901816.7430-27.3541
CIE-Lab42.596123.5318-31.6406

#705999 color RGB value is (112,89,153).

#705999 hex color red value is 112, green value is 89 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #705999 hue: 0.73 , saturation: 0.26 and the lightness value of 705999 is 0.47.

The process color (four color CMYK) of #705999 color hex is 0.27, 0.42, 0.00, 0.40. Web safe color of #705999 is #666699. Color #705999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011001 10011001
Octal 160 131 231
Decimal 112 89 153
Hex 70 59 99

RGB Percentages of Color #705999

%31.64
%25.14
%43.22

CMYK Percentages of Color #705999

%27
%42
%0
%40

Triadic Colors of #705999

#705999 #997059 #599970

Analogous Colors of #705999

#705999 #905999 #596299

Monochromatic Colors of #705999

#705999

Complementary Color

#705999 #829959

#705999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705999 Color CSS Codes

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

#705999 Text Font Color

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

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


#705999 Background Color

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

This div background color is #705999


#705999 Border Color

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

This div border color is #705999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705999


Comments

No comments written yet.

Please login to write comment.