Color Hex Logo

#705fad Color Hex

#705FAD
(112,95,173)
0 Favorites   0 Comments

Color spaces of #705fad

RGB 11295173
HSL0.700.320.53
HSV253°45°68°
CMYK 0.350.450.00   0.32
XYZ18.317114.646341.3968
Yxy14.64630.24630.1970
Hunter Lab38.270518.4607-37.3441
CIE-Lab45.145925.2483-39.4640

#705fad color RGB value is (112,95,173).

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

The process color (four color CMYK) of #705fad color hex is 0.35, 0.45, 0.00, 0.32. Web safe color of #705fad is #666699. Color #705fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011111 10101101
Octal 160 137 255
Decimal 112 95 173
Hex 70 5F AD

RGB Percentages of Color #705fad

%29.47
%25.00
%45.53

CMYK Percentages of Color #705fad

%35
%45
%0
%32

Triadic Colors of #705fad

#705fad #ad705f #5fad70

Analogous Colors of #705fad

#705fad #975fad #5f75ad

Monochromatic Colors of #705fad

#705fad

Complementary Color

#705fad #9cad5f

#705fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#705fad Color CSS Codes

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

#705fad Text Font Color

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

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


#705fad Background Color

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

This div background color is #705fad


#705fad Border Color

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

This div border color is #705fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705fad


Comments

No comments written yet.

Please login to write comment.