Color Hex Logo

#719bbd Color Hex

#719BBD
(113,155,189)
0 Favorites   0 Comments

Color spaces of #719bbd

RGB 113155189
HSL0.570.370.59
HSV207°40°74°
CMYK 0.400.180.00   0.26
XYZ27.716730.627552.5950
Yxy30.62750.24980.2761
Hunter Lab55.3421-7.4515-17.6074
CIE-Lab62.1919-5.4673-22.1111

#719bbd color RGB value is (113,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 10111101
Octal 161 233 275
Decimal 113 155 189
Hex 71 9B BD

RGB Percentages of Color #719bbd

%24.73
%33.92
%41.36

CMYK Percentages of Color #719bbd

%40
%18
%0
%26

Triadic Colors of #719bbd

#719bbd #bd719b #9bbd71

Analogous Colors of #719bbd

#719bbd #7175bd #71bdb9

Monochromatic Colors of #719bbd

#719bbd

Complementary Color

#719bbd #bd9371

#719bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719bbd Color CSS Codes

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

#719bbd Text Font Color

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

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


#719bbd Background Color

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

This div background color is #719bbd


#719bbd Border Color

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

This div border color is #719bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719bbd


Comments

No comments written yet.

Please login to write comment.