Color Hex Logo

#718ecb Color Hex

#718ECB
(113,142,203)
0 Favorites   0 Comments

Color spaces of #718ecb

RGB 113142203
HSL0.610.460.62
HSV221°44°80°
CMYK 0.440.300.00   0.20
XYZ27.262527.168560.3071
Yxy27.16850.23760.2368
Hunter Lab52.12342.1462-32.1125
CIE-Lab59.13005.9096-34.7133

#718ecb color RGB value is (113,142,203).

#718ecb hex color red value is 113, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #718ecb hue: 0.61 , saturation: 0.46 and the lightness value of 718ecb is 0.62.

The process color (four color CMYK) of #718ecb color hex is 0.44, 0.30, 0.00, 0.20. Web safe color of #718ecb is #6699cc. Color #718ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001110 11001011
Octal 161 216 313
Decimal 113 142 203
Hex 71 8E CB

RGB Percentages of Color #718ecb

%24.67
%31.00
%44.32

CMYK Percentages of Color #718ecb

%44
%30
%0
%20

Triadic Colors of #718ecb

#718ecb #cb718e #8ecb71

Analogous Colors of #718ecb

#718ecb #8171cb #71bbcb

Monochromatic Colors of #718ecb

#718ecb

Complementary Color

#718ecb #cbae71

#718ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#718ecb Color CSS Codes

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

#718ecb Text Font Color

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

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


#718ecb Background Color

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

This div background color is #718ecb


#718ecb Border Color

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

This div border color is #718ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718ecb


Comments

No comments written yet.

Please login to write comment.