Color Hex Logo

#707cbb Color Hex

#707CBB
(112,124,187)
0 Favorites   0 Comments

Color spaces of #707cbb

RGB 112124187
HSL0.640.360.59
HSV230°40°73°
CMYK 0.400.340.00   0.27
XYZ22.859421.447949.9487
Yxy21.44790.24250.2275
Hunter Lab46.31197.0613-31.5277
CIE-Lab53.436211.6474-34.5298

#707cbb color RGB value is (112,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 10111011
Octal 160 174 273
Decimal 112 124 187
Hex 70 7C BB

RGB Percentages of Color #707cbb

%26.48
%29.31
%44.21

CMYK Percentages of Color #707cbb

%40
%34
%0
%27

Triadic Colors of #707cbb

#707cbb #bb707c #7cbb70

Analogous Colors of #707cbb

#707cbb #8a70bb #70a2bb

Monochromatic Colors of #707cbb

#707cbb

Complementary Color

#707cbb #bbaf70

#707cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cbb Color CSS Codes

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

#707cbb Text Font Color

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

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


#707cbb Background Color

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

This div background color is #707cbb


#707cbb Border Color

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

This div border color is #707cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cbb


Comments

No comments written yet.

Please login to write comment.