Color Hex Logo

#719dbf Color Hex

#719DBF
(113,157,191)
0 Favorites   0 Comments

Color spaces of #719dbf

RGB 113157191
HSL0.570.380.60
HSV206°41°75°
CMYK 0.410.180.00   0.25
XYZ28.271031.386253.8583
Yxy31.38620.24900.2765
Hunter Lab56.0234-7.9647-17.7823
CIE-Lab62.8323-6.0319-22.2535

#719dbf color RGB value is (113,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 10111111
Octal 161 235 277
Decimal 113 157 191
Hex 71 9D BF

RGB Percentages of Color #719dbf

%24.51
%34.06
%41.43

CMYK Percentages of Color #719dbf

%41
%18
%0
%25

Triadic Colors of #719dbf

#719dbf #bf719d #9dbf71

Analogous Colors of #719dbf

#719dbf #7176bf #71bfba

Monochromatic Colors of #719dbf

#719dbf

Complementary Color

#719dbf #bf9371

#719dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dbf Color CSS Codes

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

#719dbf Text Font Color

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

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


#719dbf Background Color

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

This div background color is #719dbf


#719dbf Border Color

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

This div border color is #719dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dbf


Comments

No comments written yet.

Please login to write comment.