Color Hex Logo

#707fad Color Hex

#707FAD
(112,127,173)
0 Favorites   0 Comments

Color spaces of #707fad

RGB 112127173
HSL0.630.270.56
HSV225°35°68°
CMYK 0.350.270.00   0.32
XYZ21.814321.640642.5625
Yxy21.64060.25360.2516
Hunter Lab46.51952.2947-21.6832
CIE-Lab53.64365.9410-26.1602

#707fad color RGB value is (112,127,173).

#707fad hex color red value is 112, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #707fad hue: 0.63 , saturation: 0.27 and the lightness value of 707fad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111111 10101101
Octal 160 177 255
Decimal 112 127 173
Hex 70 7F AD

RGB Percentages of Color #707fad

%27.18
%30.83
%41.99

CMYK Percentages of Color #707fad

%35
%27
%0
%32

Triadic Colors of #707fad

#707fad #ad707f #7fad70

Analogous Colors of #707fad

#707fad #8070ad #709ead

Monochromatic Colors of #707fad

#707fad

Complementary Color

#707fad #ad9e70

#707fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#707fad Color CSS Codes

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

#707fad Text Font Color

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

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


#707fad Background Color

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

This div background color is #707fad


#707fad Border Color

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

This div border color is #707fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,127,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 #707fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707fad


Comments

No comments written yet.

Please login to write comment.