Color Hex Logo

#719cbd Color Hex

#719CBD
(113,156,189)
0 Favorites   0 Comments

Color spaces of #719cbd

RGB 113156189
HSL0.570.370.59
HSV206°40°74°
CMYK 0.400.170.00   0.26
XYZ27.883830.961852.6507
Yxy30.96180.25010.2777
Hunter Lab55.6433-7.9265-17.1509
CIE-Lab62.4754-6.0241-21.6778

#719cbd color RGB value is (113,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 10111101
Octal 161 234 275
Decimal 113 156 189
Hex 71 9C BD

RGB Percentages of Color #719cbd

%24.67
%34.06
%41.27

CMYK Percentages of Color #719cbd

%40
%17
%0
%26

Triadic Colors of #719cbd

#719cbd #bd719c #9cbd71

Analogous Colors of #719cbd

#719cbd #7176bd #71bdb8

Monochromatic Colors of #719cbd

#719cbd

Complementary Color

#719cbd #bd9271

#719cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719cbd Color CSS Codes

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

#719cbd Text Font Color

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

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


#719cbd Background Color

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

This div background color is #719cbd


#719cbd Border Color

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

This div border color is #719cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719cbd


Comments

No comments written yet.

Please login to write comment.