Color Hex Logo

#719ebb Color Hex

#719EBB
(113,158,187)
0 Favorites   0 Comments

Color spaces of #719ebb

RGB 113158187
HSL0.570.350.59
HSV204°40°73°
CMYK 0.400.160.00   0.27
XYZ28.006631.552351.6278
Yxy31.55230.25190.2838
Hunter Lab56.1714-9.3014-15.1741
CIE-Lab62.9711-7.6740-19.7998

#719ebb color RGB value is (113,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011110 10111011
Octal 161 236 273
Decimal 113 158 187
Hex 71 9E BB

RGB Percentages of Color #719ebb

%24.67
%34.50
%40.83

CMYK Percentages of Color #719ebb

%40
%16
%0
%27

Triadic Colors of #719ebb

#719ebb #bb719e #9ebb71

Analogous Colors of #719ebb

#719ebb #7179bb #71bbb3

Monochromatic Colors of #719ebb

#719ebb

Complementary Color

#719ebb #bb8e71

#719ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ebb Color CSS Codes

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

#719ebb Text Font Color

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

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


#719ebb Background Color

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

This div background color is #719ebb


#719ebb Border Color

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

This div border color is #719ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ebb


Comments

No comments written yet.

Please login to write comment.