Color Hex Logo

#707bbe Color Hex

#707BBE
(112,123,190)
0 Favorites   0 Comments

Color spaces of #707bbe

RGB 112123190
HSL0.640.380.59
HSV232°41°75°
CMYK 0.410.350.00   0.25
XYZ23.059321.328451.6166
Yxy21.32840.24020.2222
Hunter Lab46.18278.3065-33.9383
CIE-Lab53.307113.1080-36.4507

#707bbe color RGB value is (112,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 10111110
Octal 160 173 276
Decimal 112 123 190
Hex 70 7B BE

RGB Percentages of Color #707bbe

%26.35
%28.94
%44.71

CMYK Percentages of Color #707bbe

%41
%35
%0
%25

Triadic Colors of #707bbe

#707bbe #be707b #7bbe70

Analogous Colors of #707bbe

#707bbe #8c70be #70a2be

Monochromatic Colors of #707bbe

#707bbe

Complementary Color

#707bbe #beb370

#707bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bbe Color CSS Codes

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

#707bbe Text Font Color

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

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


#707bbe Background Color

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

This div background color is #707bbe


#707bbe Border Color

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

This div border color is #707bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bbe


Comments

No comments written yet.

Please login to write comment.