Color Hex Logo

#718bfc Color Hex

#718BFC
(113,139,252)
0 Favorites   0 Comments

Color spaces of #718bfc

RGB 113139252
HSL0.640.960.72
HSV229°55°99°
CMYK 0.550.450.00   0.01
XYZ33.613429.004295.9222
Yxy29.00420.21200.1829
Hunter Lab53.855517.1618-67.9026
CIE-Lab60.785322.6144-59.3384

#718bfc color RGB value is (113,139,252).

#718bfc hex color red value is 113, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #718bfc hue: 0.64 , saturation: 0.96 and the lightness value of 718bfc is 0.72.

The process color (four color CMYK) of #718bfc color hex is 0.55, 0.45, 0.00, 0.01. Web safe color of #718bfc is #6699ff. Color #718bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001011 11111100
Octal 161 213 374
Decimal 113 139 252
Hex 71 8B FC

RGB Percentages of Color #718bfc

%22.42
%27.58
%50.00

CMYK Percentages of Color #718bfc

%55
%45
%0
%1

Triadic Colors of #718bfc

#718bfc #fc718b #8bfc71

Analogous Colors of #718bfc

#718bfc #9d71fc #71d1fc

Monochromatic Colors of #718bfc

#718bfc

Complementary Color

#718bfc #fce271

#718bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#718bfc Color CSS Codes

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

#718bfc Text Font Color

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

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


#718bfc Background Color

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

This div background color is #718bfc


#718bfc Border Color

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

This div border color is #718bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718bfc


Comments

No comments written yet.

Please login to write comment.