Color Hex Logo

#707caf Color Hex

#707CAF
(112,124,175)
0 Favorites   0 Comments

Color spaces of #707caf

RGB 112124175
HSL0.630.280.56
HSV229°36°69°
CMYK 0.360.290.00   0.31
XYZ21.627620.955243.4623
Yxy20.95520.25140.2435
Hunter Lab45.77694.2241-24.2484
CIE-Lab52.90048.2684-28.4648

#707caf color RGB value is (112,124,175).

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

The process color (four color CMYK) of #707caf color hex is 0.36, 0.29, 0.00, 0.31. Web safe color of #707caf is #666699. Color #707caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 10101111
Octal 160 174 257
Decimal 112 124 175
Hex 70 7C AF

RGB Percentages of Color #707caf

%27.25
%30.17
%42.58

CMYK Percentages of Color #707caf

%36
%29
%0
%31

Triadic Colors of #707caf

#707caf #af707c #7caf70

Analogous Colors of #707caf

#707caf #8470af #709caf

Monochromatic Colors of #707caf

#707caf

Complementary Color

#707caf #afa370

#707caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#707caf Color CSS Codes

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

#707caf Text Font Color

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

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


#707caf Background Color

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

This div background color is #707caf


#707caf Border Color

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

This div border color is #707caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707caf


Comments

No comments written yet.

Please login to write comment.