Color Hex Logo

#707bae Color Hex

#707BAE
(112,123,174)
0 Favorites   0 Comments

Color spaces of #707bae

RGB 112123174
HSL0.640.280.56
HSV229°36°68°
CMYK 0.360.290.00   0.32
XYZ21.405020.666742.9053
Yxy20.66670.25190.2432
Hunter Lab45.46064.4900-24.1349
CIE-Lab52.58288.5868-28.3807

#707bae color RGB value is (112,123,174).

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

The process color (four color CMYK) of #707bae color hex is 0.36, 0.29, 0.00, 0.32. Web safe color of #707bae is #666699. Color #707bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 10101110
Octal 160 173 256
Decimal 112 123 174
Hex 70 7B AE

RGB Percentages of Color #707bae

%27.38
%30.07
%42.54

CMYK Percentages of Color #707bae

%36
%29
%0
%32

Triadic Colors of #707bae

#707bae #ae707b #7bae70

Analogous Colors of #707bae

#707bae #8470ae #709aae

Monochromatic Colors of #707bae

#707bae

Complementary Color

#707bae #aea370

#707bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#707bae Color CSS Codes

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

#707bae Text Font Color

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

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


#707bae Background Color

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

This div background color is #707bae


#707bae Border Color

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

This div border color is #707bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707bae


Comments

No comments written yet.

Please login to write comment.