Color Hex Logo

#719dde Color Hex

#719DDE
(113,157,222)
0 Favorites   0 Comments

Color spaces of #719dde

RGB 113157222
HSL0.600.620.66
HSV216°49°87°
CMYK 0.490.290.00   0.13
XYZ32.051832.898673.7680
Yxy32.89860.23110.2372
Hunter Lab57.3573-0.6278-36.1036
CIE-Lab64.07872.8561-37.5904

#719dde color RGB value is (113,157,222).

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

The process color (four color CMYK) of #719dde color hex is 0.49, 0.29, 0.00, 0.13. Web safe color of #719dde is #6699cc. Color #719dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 11011110
Octal 161 235 336
Decimal 113 157 222
Hex 71 9D DE

RGB Percentages of Color #719dde

%22.97
%31.91
%45.12

CMYK Percentages of Color #719dde

%49
%29
%0
%13

Triadic Colors of #719dde

#719dde #de719d #9dde71

Analogous Colors of #719dde

#719dde #7c71de #71d4de

Monochromatic Colors of #719dde

#719dde

Complementary Color

#719dde #deb271

#719dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dde Color CSS Codes

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

#719dde Text Font Color

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

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


#719dde Background Color

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

This div background color is #719dde


#719dde Border Color

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

This div border color is #719dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dde


Comments

No comments written yet.

Please login to write comment.