Color Hex Logo

#718cec Color Hex

#718CEC
(113,140,236)
0 Favorites   0 Comments

Color spaces of #718cec

RGB 113140236
HSL0.630.760.68
HSV227°52°93°
CMYK 0.520.410.00   0.07
XYZ31.328528.323083.1726
Yxy28.32300.21940.1983
Hunter Lab53.219411.9433-55.4064
CIE-Lab60.179417.0256-51.4816

#718cec color RGB value is (113,140,236).

#718cec hex color red value is 113, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #718cec hue: 0.63 , saturation: 0.76 and the lightness value of 718cec is 0.68.

The process color (four color CMYK) of #718cec color hex is 0.52, 0.41, 0.00, 0.07. Web safe color of #718cec is #6699ff. Color #718cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 11101100
Octal 161 214 354
Decimal 113 140 236
Hex 71 8C EC

RGB Percentages of Color #718cec

%23.11
%28.63
%48.26

CMYK Percentages of Color #718cec

%52
%41
%0
%7

Triadic Colors of #718cec

#718cec #ec718c #8cec71

Analogous Colors of #718cec

#718cec #9471ec #71caec

Monochromatic Colors of #718cec

#718cec

Complementary Color

#718cec #ecd171

#718cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#718cec Color CSS Codes

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

#718cec Text Font Color

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

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


#718cec Background Color

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

This div background color is #718cec


#718cec Border Color

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

This div border color is #718cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718cec


Comments

No comments written yet.

Please login to write comment.