Color Hex Logo

#719dda Color Hex

#719DDA
(113,157,218)
0 Favorites   0 Comments

Color spaces of #719dda

RGB 113157218
HSL0.600.590.65
HSV215°48°85°
CMYK 0.480.280.00   0.15
XYZ31.521932.686670.9774
Yxy32.68660.23320.2418
Hunter Lab57.1722-1.6353-33.5860
CIE-Lab63.90631.6706-35.6441

#719dda color RGB value is (113,157,218).

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

The process color (four color CMYK) of #719dda color hex is 0.48, 0.28, 0.00, 0.15. Web safe color of #719dda is #6699cc. Color #719dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 11011010
Octal 161 235 332
Decimal 113 157 218
Hex 71 9D DA

RGB Percentages of Color #719dda

%23.16
%32.17
%44.67

CMYK Percentages of Color #719dda

%48
%28
%0
%15

Triadic Colors of #719dda

#719dda #da719d #9dda71

Analogous Colors of #719dda

#719dda #7a71da #71d2da

Monochromatic Colors of #719dda

#719dda

Complementary Color

#719dda #daae71

#719dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dda Color CSS Codes

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

#719dda Text Font Color

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

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


#719dda Background Color

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

This div background color is #719dda


#719dda Border Color

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

This div border color is #719dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dda


Comments

No comments written yet.

Please login to write comment.