Color Hex Logo

#719adb Color Hex

#719ADB
(113,154,219)
0 Favorites   0 Comments

Color spaces of #719adb

RGB 113154219
HSL0.600.600.65
HSV217°48°86°
CMYK 0.480.300.00   0.14
XYZ31.151831.736471.5017
Yxy31.73640.23180.2362
Hunter Lab56.33510.1194-35.8176
CIE-Lab63.12443.6811-37.4182

#719adb color RGB value is (113,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 11011011
Octal 161 232 333
Decimal 113 154 219
Hex 71 9A DB

RGB Percentages of Color #719adb

%23.25
%31.69
%45.06

CMYK Percentages of Color #719adb

%48
%30
%0
%14

Triadic Colors of #719adb

#719adb #db719a #9adb71

Analogous Colors of #719adb

#719adb #7d71db #71cfdb

Monochromatic Colors of #719adb

#719adb

Complementary Color

#719adb #dbb271

#719adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#719adb Color CSS Codes

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

#719adb Text Font Color

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

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


#719adb Background Color

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

This div background color is #719adb


#719adb Border Color

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

This div border color is #719adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719adb


Comments

No comments written yet.

Please login to write comment.