Color Hex Logo

#707fbc Color Hex

#707FBC
(112,127,188)
0 Favorites   0 Comments

Color spaces of #707fbc

RGB 112127188
HSL0.630.360.59
HSV228°40°74°
CMYK 0.400.320.00   0.26
XYZ23.348622.254350.6419
Yxy22.25430.24260.2312
Hunter Lab47.17455.7917-30.6258
CIE-Lab54.295810.1450-33.7581

#707fbc color RGB value is (112,127,188).

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

The process color (four color CMYK) of #707fbc color hex is 0.40, 0.32, 0.00, 0.26. Web safe color of #707fbc is #6666cc. Color #707fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111111 10111100
Octal 160 177 274
Decimal 112 127 188
Hex 70 7F BC

RGB Percentages of Color #707fbc

%26.23
%29.74
%44.03

CMYK Percentages of Color #707fbc

%40
%32
%0
%26

Triadic Colors of #707fbc

#707fbc #bc707f #7fbc70

Analogous Colors of #707fbc

#707fbc #8770bc #70a5bc

Monochromatic Colors of #707fbc

#707fbc

Complementary Color

#707fbc #bcad70

#707fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707fbc Color CSS Codes

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

#707fbc Text Font Color

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

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


#707fbc Background Color

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

This div background color is #707fbc


#707fbc Border Color

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

This div border color is #707fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707fbc


Comments

No comments written yet.

Please login to write comment.