Color Hex Logo

#719cbe Color Hex

#719CBE
(113,156,190)
0 Favorites   0 Comments

Color spaces of #719cbe

RGB 113156190
HSL0.570.370.59
HSV206°41°75°
CMYK 0.410.180.00   0.25
XYZ27.992831.005353.2245
Yxy31.00530.24940.2763
Hunter Lab55.6824-7.7082-17.6952
CIE-Lab62.5121-5.7501-22.1826

#719cbe color RGB value is (113,156,190).

#719cbe hex color red value is 113, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #719cbe hue: 0.57 , saturation: 0.37 and the lightness value of 719cbe is 0.59.

The process color (four color CMYK) of #719cbe color hex is 0.41, 0.18, 0.00, 0.25. Web safe color of #719cbe is #6699cc. Color #719cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 10111110
Octal 161 234 276
Decimal 113 156 190
Hex 71 9C BE

RGB Percentages of Color #719cbe

%24.62
%33.99
%41.39

CMYK Percentages of Color #719cbe

%41
%18
%0
%25

Triadic Colors of #719cbe

#719cbe #be719c #9cbe71

Analogous Colors of #719cbe

#719cbe #7176be #71beba

Monochromatic Colors of #719cbe

#719cbe

Complementary Color

#719cbe #be9371

#719cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#719cbe Color CSS Codes

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

#719cbe Text Font Color

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

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


#719cbe Background Color

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

This div background color is #719cbe


#719cbe Border Color

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

This div border color is #719cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719cbe


Comments

No comments written yet.

Please login to write comment.