Color Hex Logo

#707bbf Color Hex

#707BBF
(112,123,191)
0 Favorites   0 Comments

Color spaces of #707bbf

RGB 112123191
HSL0.640.380.59
HSV232°41°75°
CMYK 0.410.360.00   0.25
XYZ23.169021.372352.1943
Yxy21.37230.23950.2209
Hunter Lab46.23028.5553-34.5778
CIE-Lab53.354613.3970-36.9484

#707bbf color RGB value is (112,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 10111111
Octal 160 173 277
Decimal 112 123 191
Hex 70 7B BF

RGB Percentages of Color #707bbf

%26.29
%28.87
%44.84

CMYK Percentages of Color #707bbf

%41
%36
%0
%25

Triadic Colors of #707bbf

#707bbf #bf707b #7bbf70

Analogous Colors of #707bbf

#707bbf #8d70bf #70a3bf

Monochromatic Colors of #707bbf

#707bbf

Complementary Color

#707bbf #bfb470

#707bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bbf Color CSS Codes

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

#707bbf Text Font Color

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

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


#707bbf Background Color

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

This div background color is #707bbf


#707bbf Border Color

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

This div border color is #707bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,123,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 #707bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bbf


Comments

No comments written yet.

Please login to write comment.