Color Hex Logo

#719abd Color Hex

#719ABD
(113,154,189)
0 Favorites   0 Comments

Color spaces of #719abd

RGB 113154189
HSL0.580.370.59
HSV208°40°74°
CMYK 0.400.190.00   0.26
XYZ27.551030.296052.5397
Yxy30.29600.24960.2745
Hunter Lab55.0418-6.9755-18.0655
CIE-Lab61.9088-4.9090-22.5442

#719abd color RGB value is (113,154,189).

#719abd hex color red value is 113, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #719abd hue: 0.58 , saturation: 0.37 and the lightness value of 719abd is 0.59.

The process color (four color CMYK) of #719abd color hex is 0.40, 0.19, 0.00, 0.26. Web safe color of #719abd is #6699cc. Color #719abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 10111101
Octal 161 232 275
Decimal 113 154 189
Hex 71 9A BD

RGB Percentages of Color #719abd

%24.78
%33.77
%41.45

CMYK Percentages of Color #719abd

%40
%19
%0
%26

Triadic Colors of #719abd

#719abd #bd719a #9abd71

Analogous Colors of #719abd

#719abd #7174bd #71bdba

Monochromatic Colors of #719abd

#719abd

Complementary Color

#719abd #bd9471

#719abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719abd Color CSS Codes

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

#719abd Text Font Color

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

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


#719abd Background Color

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

This div background color is #719abd


#719abd Border Color

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

This div border color is #719abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719abd


Comments

No comments written yet.

Please login to write comment.