Color Hex Logo

#718dfa Color Hex

#718DFA
(113,141,250)
0 Favorites   0 Comments

Color spaces of #718dfa

RGB 113141250
HSL0.630.930.71
HSV228°55°98°
CMYK 0.550.440.00   0.02
XYZ33.590229.462694.3589
Yxy29.46260.21340.1872
Hunter Lab54.279515.4735-65.0735
CIE-Lab61.187720.7985-57.5973

#718dfa color RGB value is (113,141,250).

#718dfa hex color red value is 113, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #718dfa hue: 0.63 , saturation: 0.93 and the lightness value of 718dfa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11111010
Octal 161 215 372
Decimal 113 141 250
Hex 71 8D FA

RGB Percentages of Color #718dfa

%22.42
%27.98
%49.60

CMYK Percentages of Color #718dfa

%55
%44
%0
%2

Triadic Colors of #718dfa

#718dfa #fa718d #8dfa71

Analogous Colors of #718dfa

#718dfa #9a71fa #71d2fa

Monochromatic Colors of #718dfa

#718dfa

Complementary Color

#718dfa #fade71

#718dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dfa Color CSS Codes

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

#718dfa Text Font Color

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

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


#718dfa Background Color

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

This div background color is #718dfa


#718dfa Border Color

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

This div border color is #718dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dfa


Comments

No comments written yet.

Please login to write comment.