Color Hex Logo

#709fe1 Color Hex

#709FE1
(112,159,225)
0 Favorites   0 Comments

Color spaces of #709fe1

RGB 112159225
HSL0.600.650.66
HSV215°50°88°
CMYK 0.500.290.00   0.12
XYZ32.670833.677376.0126
Yxy33.67730.22950.2366
Hunter Lab58.0321-1.0647-37.0377
CIE-Lab64.70562.3802-38.2734

#709fe1 color RGB value is (112,159,225).

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

The process color (four color CMYK) of #709fe1 color hex is 0.50, 0.29, 0.00, 0.12. Web safe color of #709fe1 is #6699cc. Color #709fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011111 11100001
Octal 160 237 341
Decimal 112 159 225
Hex 70 9F E1

RGB Percentages of Color #709fe1

%22.58
%32.06
%45.36

CMYK Percentages of Color #709fe1

%50
%29
%0
%12

Triadic Colors of #709fe1

#709fe1 #e1709f #9fe170

Analogous Colors of #709fe1

#709fe1 #7a70e1 #70d8e1

Monochromatic Colors of #709fe1

#709fe1

Complementary Color

#709fe1 #e1b270

#709fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709fe1 Color CSS Codes

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

#709fe1 Text Font Color

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

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


#709fe1 Background Color

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

This div background color is #709fe1


#709fe1 Border Color

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

This div border color is #709fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709fe1


Comments

No comments written yet.

Please login to write comment.