Color Hex Logo

#707cbf Color Hex

#707CBF
(112,124,191)
0 Favorites   0 Comments

Color spaces of #707cbf

RGB 112124191
HSL0.640.380.59
HSV231°41°75°
CMYK 0.410.350.00   0.25
XYZ23.293721.621652.2359
Yxy21.62160.23980.2226
Hunter Lab46.49908.0463-34.0556
CIE-Lab53.623212.7984-36.5268

#707cbf color RGB value is (112,124,191).

#707cbf hex color red value is 112, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #707cbf hue: 0.64 , saturation: 0.38 and the lightness value of 707cbf is 0.59.

The process color (four color CMYK) of #707cbf color hex is 0.41, 0.35, 0.00, 0.25. Web safe color of #707cbf is #6666cc. Color #707cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 10111111
Octal 160 174 277
Decimal 112 124 191
Hex 70 7C BF

RGB Percentages of Color #707cbf

%26.23
%29.04
%44.73

CMYK Percentages of Color #707cbf

%41
%35
%0
%25

Triadic Colors of #707cbf

#707cbf #bf707c #7cbf70

Analogous Colors of #707cbf

#707cbf #8c70bf #70a4bf

Monochromatic Colors of #707cbf

#707cbf

Complementary Color

#707cbf #bfb370

#707cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cbf Color CSS Codes

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

#707cbf Text Font Color

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

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


#707cbf Background Color

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

This div background color is #707cbf


#707cbf Border Color

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

This div border color is #707cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cbf


Comments

No comments written yet.

Please login to write comment.