Color Hex Logo

#719dbc Color Hex

#719DBC
(113,157,188)
0 Favorites   0 Comments

Color spaces of #719dbc

RGB 113157188
HSL0.570.360.59
HSV205°40°74°
CMYK 0.400.160.00   0.26
XYZ27.944131.255552.1371
Yxy31.25550.25100.2807
Hunter Lab55.9066-8.6160-16.1577
CIE-Lab62.7227-6.8510-20.7392

#719dbc color RGB value is (113,157,188).

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

The process color (four color CMYK) of #719dbc color hex is 0.40, 0.16, 0.00, 0.26. Web safe color of #719dbc is #6699cc. Color #719dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 10111100
Octal 161 235 274
Decimal 113 157 188
Hex 71 9D BC

RGB Percentages of Color #719dbc

%24.67
%34.28
%41.05

CMYK Percentages of Color #719dbc

%40
%16
%0
%26

Triadic Colors of #719dbc

#719dbc #bc719d #9dbc71

Analogous Colors of #719dbc

#719dbc #7178bc #71bcb6

Monochromatic Colors of #719dbc

#719dbc

Complementary Color

#719dbc #bc9071

#719dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dbc Color CSS Codes

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

#719dbc Text Font Color

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

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


#719dbc Background Color

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

This div background color is #719dbc


#719dbc Border Color

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

This div border color is #719dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dbc


Comments

No comments written yet.

Please login to write comment.