Color Hex Logo

#718fdc Color Hex

#718FDC
(113,143,220)
0 Favorites   0 Comments

Color spaces of #718fdc

RGB 113143220
HSL0.620.600.65
HSV223°49°86°
CMYK 0.490.350.00   0.14
XYZ29.550828.322971.6195
Yxy28.32290.22820.2187
Hunter Lab53.21935.9811-42.5357
CIE-Lab60.179310.3655-42.5913

#718fdc color RGB value is (113,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 11011100
Octal 161 217 334
Decimal 113 143 220
Hex 71 8F DC

RGB Percentages of Color #718fdc

%23.74
%30.04
%46.22

CMYK Percentages of Color #718fdc

%49
%35
%0
%14

Triadic Colors of #718fdc

#718fdc #dc718f #8fdc71

Analogous Colors of #718fdc

#718fdc #8971dc #71c5dc

Monochromatic Colors of #718fdc

#718fdc

Complementary Color

#718fdc #dcbe71

#718fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fdc Color CSS Codes

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

#718fdc Text Font Color

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

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


#718fdc Background Color

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

This div background color is #718fdc


#718fdc Border Color

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

This div border color is #718fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fdc


Comments

No comments written yet.

Please login to write comment.