Color Hex Logo

#718edd Color Hex

#718EDD
(113,142,221)
0 Favorites   0 Comments

Color spaces of #718edd

RGB 113142221
HSL0.620.610.65
HSV224°49°87°
CMYK 0.490.360.00   0.13
XYZ29.534228.077272.2694
Yxy28.07720.22740.2162
Hunter Lab52.98796.7628-43.7732
CIE-Lab59.958411.2543-43.4968

#718edd color RGB value is (113,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001110 11011101
Octal 161 216 335
Decimal 113 142 221
Hex 71 8E DD

RGB Percentages of Color #718edd

%23.74
%29.83
%46.43

CMYK Percentages of Color #718edd

%49
%36
%0
%13

Triadic Colors of #718edd

#718edd #dd718e #8edd71

Analogous Colors of #718edd

#718edd #8a71dd #71c4dd

Monochromatic Colors of #718edd

#718edd

Complementary Color

#718edd #ddc071

#718edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#718edd Color CSS Codes

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

#718edd Text Font Color

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

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


#718edd Background Color

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

This div background color is #718edd


#718edd Border Color

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

This div border color is #718edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718edd


Comments

No comments written yet.

Please login to write comment.