Color Hex Logo

#718dca Color Hex

#718DCA
(113,141,202)
0 Favorites   0 Comments

Color spaces of #718dca

RGB 113141202
HSL0.610.460.62
HSV221°44°79°
CMYK 0.440.300.00   0.21
XYZ26.995626.824759.6320
Yxy26.82470.23790.2364
Hunter Lab51.79262.4017-32.0095
CIE-Lab58.81176.2018-34.6469

#718dca color RGB value is (113,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11001010
Octal 161 215 312
Decimal 113 141 202
Hex 71 8D CA

RGB Percentages of Color #718dca

%24.78
%30.92
%44.30

CMYK Percentages of Color #718dca

%44
%30
%0
%21

Triadic Colors of #718dca

#718dca #ca718d #8dca71

Analogous Colors of #718dca

#718dca #8271ca #71baca

Monochromatic Colors of #718dca

#718dca

Complementary Color

#718dca #caae71

#718dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dca Color CSS Codes

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

#718dca Text Font Color

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

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


#718dca Background Color

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

This div background color is #718dca


#718dca Border Color

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

This div border color is #718dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dca


Comments

No comments written yet.

Please login to write comment.