Color Hex Logo

#705fab Color Hex

#705FAB
(112,95,171)
0 Favorites   0 Comments

Color spaces of #705fab

RGB 11295171
HSL0.700.310.52
HSV253°44°67°
CMYK 0.350.440.00   0.33
XYZ18.125014.569440.3850
Yxy14.56940.24800.1994
Hunter Lab38.169917.9636-36.0119
CIE-Lab45.038724.6972-38.4586

#705fab color RGB value is (112,95,171).

#705fab hex color red value is 112, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #705fab hue: 0.70 , saturation: 0.31 and the lightness value of 705fab is 0.52.

The process color (four color CMYK) of #705fab color hex is 0.35, 0.44, 0.00, 0.33. Web safe color of #705fab is #666699. Color #705fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011111 10101011
Octal 160 137 253
Decimal 112 95 171
Hex 70 5F AB

RGB Percentages of Color #705fab

%29.63
%25.13
%45.24

CMYK Percentages of Color #705fab

%35
%44
%0
%33

Triadic Colors of #705fab

#705fab #ab705f #5fab70

Analogous Colors of #705fab

#705fab #965fab #5f74ab

Monochromatic Colors of #705fab

#705fab

Complementary Color

#705fab #9aab5f

#705fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#705fab Color CSS Codes

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

#705fab Text Font Color

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

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


#705fab Background Color

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

This div background color is #705fab


#705fab Border Color

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

This div border color is #705fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705fab


Comments

No comments written yet.

Please login to write comment.