Color Hex Logo

#705b9a Color Hex

#705B9A
(112,91,154)
0 Favorites   0 Comments

Color spaces of #705b9a

RGB 11291154
HSL0.720.260.48
HSV260°41°60°
CMYK 0.270.410.00   0.40
XYZ16.255913.260032.2745
Yxy13.26000.26310.2146
Hunter Lab36.414315.9602-27.0596
CIE-Lab43.152422.5739-31.3641

#705b9a color RGB value is (112,91,154).

#705b9a hex color red value is 112, green value is 91 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #705b9a hue: 0.72 , saturation: 0.26 and the lightness value of 705b9a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011011 10011010
Octal 160 133 232
Decimal 112 91 154
Hex 70 5B 9A

RGB Percentages of Color #705b9a

%31.37
%25.49
%43.14

CMYK Percentages of Color #705b9a

%27
%41
%0
%40

Triadic Colors of #705b9a

#705b9a #9a705b #5b9a70

Analogous Colors of #705b9a

#705b9a #905b9a #5b669a

Monochromatic Colors of #705b9a

#705b9a

Complementary Color

#705b9a #859a5b

#705b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#705b9a Color CSS Codes

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

#705b9a Text Font Color

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

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


#705b9a Background Color

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

This div background color is #705b9a


#705b9a Border Color

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

This div border color is #705b9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,91,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #705b9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #705b9a;
  -webkit-box-shadow: 1px 1px 3px 2px #705b9a;
  box-shadow:         1px 1px 3px 2px #705b9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705b9a


Comments

No comments written yet.

Please login to write comment.