Color Hex Logo

#719add Color Hex

#719ADD
(113,154,221)
0 Favorites   0 Comments

Color spaces of #719add

RGB 113154221
HSL0.600.610.65
HSV217°49°87°
CMYK 0.490.300.00   0.13
XYZ31.416831.842472.8970
Yxy31.84240.23070.2339
Hunter Lab56.42910.6287-37.0925
CIE-Lab63.21244.2766-38.3900

#719add color RGB value is (113,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 11011101
Octal 161 232 335
Decimal 113 154 221
Hex 71 9A DD

RGB Percentages of Color #719add

%23.16
%31.56
%45.29

CMYK Percentages of Color #719add

%49
%30
%0
%13

Triadic Colors of #719add

#719add #dd719a #9add71

Analogous Colors of #719add

#719add #7e71dd #71d0dd

Monochromatic Colors of #719add

#719add

Complementary Color

#719add #ddb471

#719add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719add Color Preview on White Background

Lorem ipsum dolor sit amet.

#719add Color CSS Codes

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

#719add Text Font Color

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

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


#719add Background Color

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

This div background color is #719add


#719add Border Color

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

This div border color is #719add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719add


Comments

No comments written yet.

Please login to write comment.