Color Hex Logo

#718fdb Color Hex

#718FDB
(113,143,219)
0 Favorites   0 Comments

Color spaces of #718fdb

RGB 113143219
HSL0.620.600.65
HSV223°48°86°
CMYK 0.480.350.00   0.14
XYZ29.418728.270170.9240
Yxy28.27010.22870.2198
Hunter Lab53.16965.7170-41.8693
CIE-Lab60.132010.0642-42.1081

#718fdb color RGB value is (113,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 11011011
Octal 161 217 333
Decimal 113 143 219
Hex 71 8F DB

RGB Percentages of Color #718fdb

%23.79
%30.11
%46.11

CMYK Percentages of Color #718fdb

%48
%35
%0
%14

Triadic Colors of #718fdb

#718fdb #db718f #8fdb71

Analogous Colors of #718fdb

#718fdb #8871db #71c4db

Monochromatic Colors of #718fdb

#718fdb

Complementary Color

#718fdb #dbbd71

#718fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fdb Color CSS Codes

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

#718fdb Text Font Color

<p style="color:#718fdb">Text here</p>

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


#718fdb Background Color

<div style="background-color:#718fdb">
Div content here</div>

This div background color is #718fdb


#718fdb Border Color

<div style="border:3px solid #718fdb">
Div here</div>

This div border color is #718fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fdb


Comments

No comments written yet.

Please login to write comment.