Color Hex Logo

#709fc0 Color Hex

#709FC0
(112,159,192)
0 Favorites   0 Comments

Color spaces of #709fc0

RGB 112159192
HSL0.570.390.60
HSV205°42°75°
CMYK 0.420.170.00   0.25
XYZ28.594732.046854.5477
Yxy32.04680.24820.2782
Hunter Lab56.6099-8.9037-17.5033
CIE-Lab63.3815-7.1303-21.9785

#709fc0 color RGB value is (112,159,192).

#709fc0 hex color red value is 112, green value is 159 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #709fc0 hue: 0.57 , saturation: 0.39 and the lightness value of 709fc0 is 0.60.

The process color (four color CMYK) of #709fc0 color hex is 0.42, 0.17, 0.00, 0.25. Web safe color of #709fc0 is #6699cc. Color #709fc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011111 11000000
Octal 160 237 300
Decimal 112 159 192
Hex 70 9F C0

RGB Percentages of Color #709fc0

%24.19
%34.34
%41.47

CMYK Percentages of Color #709fc0

%42
%17
%0
%25

Triadic Colors of #709fc0

#709fc0 #c0709f #9fc070

Analogous Colors of #709fc0

#709fc0 #7077c0 #70c0b9

Monochromatic Colors of #709fc0

#709fc0

Complementary Color

#709fc0 #c09170

#709fc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709fc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709fc0 Color CSS Codes

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

#709fc0 Text Font Color

<p style="color:#709fc0">Text here</p>

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


#709fc0 Background Color

<div style="background-color:#709fc0">
Div content here</div>

This div background color is #709fc0


#709fc0 Border Color

<div style="border:3px solid #709fc0">
Div here</div>

This div border color is #709fc0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,159,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709fc0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709fc0;
  -webkit-box-shadow: 1px 1px 3px 2px #709fc0;
  box-shadow:         1px 1px 3px 2px #709fc0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709fc0


Comments

No comments written yet.

Please login to write comment.