Color Hex Logo

#718dd3 Color Hex

#718DD3
(113,141,211)
0 Favorites   0 Comments

Color spaces of #718dd3

RGB 113141211
HSL0.620.530.64
HSV223°46°83°
CMYK 0.460.330.00   0.17
XYZ28.092827.263665.4098
Yxy27.26360.23260.2258
Hunter Lab52.21464.6622-37.7231
CIE-Lab59.21758.8463-39.0700

#718dd3 color RGB value is (113,141,211).

#718dd3 hex color red value is 113, green value is 141 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #718dd3 hue: 0.62 , saturation: 0.53 and the lightness value of 718dd3 is 0.64.

The process color (four color CMYK) of #718dd3 color hex is 0.46, 0.33, 0.00, 0.17. Web safe color of #718dd3 is #6699cc. Color #718dd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11010011
Octal 161 215 323
Decimal 113 141 211
Hex 71 8D D3

RGB Percentages of Color #718dd3

%24.30
%30.32
%45.38

CMYK Percentages of Color #718dd3

%46
%33
%0
%17

Triadic Colors of #718dd3

#718dd3 #d3718d #8dd371

Analogous Colors of #718dd3

#718dd3 #8671d3 #71bed3

Monochromatic Colors of #718dd3

#718dd3

Complementary Color

#718dd3 #d3b771

#718dd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dd3 Color CSS Codes

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

#718dd3 Text Font Color

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

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


#718dd3 Background Color

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

This div background color is #718dd3


#718dd3 Border Color

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

This div border color is #718dd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dd3


Comments

No comments written yet.

Please login to write comment.