Color Hex Logo

#719bdd Color Hex

#719BDD
(113,155,221)
0 Favorites   0 Comments

Color spaces of #719bdd

RGB 113155221
HSL0.600.610.65
HSV217°49°87°
CMYK 0.490.300.00   0.13
XYZ31.582532.173972.9522
Yxy32.17390.23100.2353
Hunter Lab56.72200.1242-36.5495
CIE-Lab63.48643.7025-37.9618

#719bdd color RGB value is (113,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 11011101
Octal 161 233 335
Decimal 113 155 221
Hex 71 9B DD

RGB Percentages of Color #719bdd

%23.11
%31.70
%45.19

CMYK Percentages of Color #719bdd

%49
%30
%0
%13

Triadic Colors of #719bdd

#719bdd #dd719b #9bdd71

Analogous Colors of #719bdd

#719bdd #7d71dd #71d1dd

Monochromatic Colors of #719bdd

#719bdd

Complementary Color

#719bdd #ddb371

#719bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719bdd Color CSS Codes

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

#719bdd Text Font Color

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

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


#719bdd Background Color

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

This div background color is #719bdd


#719bdd Border Color

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

This div border color is #719bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719bdd


Comments

No comments written yet.

Please login to write comment.