Color Hex Logo

#719ac7 Color Hex

#719AC7
(113,154,199)
0 Favorites   0 Comments

Color spaces of #719ac7

RGB 113154199
HSL0.590.430.61
HSV211°43°78°
CMYK 0.430.230.00   0.22
XYZ28.674530.745458.4560
Yxy30.74540.24330.2608
Hunter Lab55.4485-4.7259-23.6918
CIE-Lab62.2921-2.1231-27.5634

#719ac7 color RGB value is (113,154,199).

#719ac7 hex color red value is 113, green value is 154 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #719ac7 hue: 0.59 , saturation: 0.43 and the lightness value of 719ac7 is 0.61.

The process color (four color CMYK) of #719ac7 color hex is 0.43, 0.23, 0.00, 0.22. Web safe color of #719ac7 is #6699cc. Color #719ac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 11000111
Octal 161 232 307
Decimal 113 154 199
Hex 71 9A C7

RGB Percentages of Color #719ac7

%24.25
%33.05
%42.70

CMYK Percentages of Color #719ac7

%43
%23
%0
%22

Triadic Colors of #719ac7

#719ac7 #c7719a #9ac771

Analogous Colors of #719ac7

#719ac7 #7371c7 #71c5c7

Monochromatic Colors of #719ac7

#719ac7

Complementary Color

#719ac7 #c79e71

#719ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ac7 Color CSS Codes

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

#719ac7 Text Font Color

<p style="color:#719ac7">Text here</p>

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


#719ac7 Background Color

<div style="background-color:#719ac7">
Div content here</div>

This div background color is #719ac7


#719ac7 Border Color

<div style="border:3px solid #719ac7">
Div here</div>

This div border color is #719ac7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,154,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719ac7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719ac7;
  -webkit-box-shadow: 1px 1px 3px 2px #719ac7;
  box-shadow:         1px 1px 3px 2px #719ac7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,154,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ac7


Comments

No comments written yet.

Please login to write comment.