Color Hex Logo

#719dbe Color Hex

#719DBE
(113,157,190)
0 Favorites   0 Comments

Color spaces of #719dbe

RGB 113157190
HSL0.570.370.59
HSV206°41°75°
CMYK 0.410.170.00   0.25
XYZ28.161331.342453.2806
Yxy31.34240.24970.2779
Hunter Lab55.9843-8.1832-17.2377
CIE-Lab62.7956-6.3060-21.7492

#719dbe color RGB value is (113,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 10111110
Octal 161 235 276
Decimal 113 157 190
Hex 71 9D BE

RGB Percentages of Color #719dbe

%24.57
%34.13
%41.30

CMYK Percentages of Color #719dbe

%41
%17
%0
%25

Triadic Colors of #719dbe

#719dbe #be719d #9dbe71

Analogous Colors of #719dbe

#719dbe #7177be #71beb9

Monochromatic Colors of #719dbe

#719dbe

Complementary Color

#719dbe #be9271

#719dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dbe Color CSS Codes

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

#719dbe Text Font Color

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

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


#719dbe Background Color

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

This div background color is #719dbe


#719dbe Border Color

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

This div border color is #719dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,157,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 #719dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dbe

#719dbe Color Palettes


Comments

No comments written yet.

Please login to write comment.