Color Hex Logo

#718ee5 Color Hex

#718EE5
(113,142,229)
0 Favorites   0 Comments

Color spaces of #718ee5

RGB 113142229
HSL0.630.690.67
HSV225°51°90°
CMYK 0.510.380.00   0.10
XYZ30.625928.513978.0183
Yxy28.51390.22330.2079
Hunter Lab53.39848.9289-49.2474
CIE-Lab60.350213.6880-47.3298

#718ee5 color RGB value is (113,142,229).

#718ee5 hex color red value is 113, green value is 142 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #718ee5 hue: 0.63 , saturation: 0.69 and the lightness value of 718ee5 is 0.67.

The process color (four color CMYK) of #718ee5 color hex is 0.51, 0.38, 0.00, 0.10. Web safe color of #718ee5 is #6699cc. Color #718ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001110 11100101
Octal 161 216 345
Decimal 113 142 229
Hex 71 8E E5

RGB Percentages of Color #718ee5

%23.35
%29.34
%47.31

CMYK Percentages of Color #718ee5

%51
%38
%0
%10

Triadic Colors of #718ee5

#718ee5 #e5718e #8ee571

Analogous Colors of #718ee5

#718ee5 #8e71e5 #71c8e5

Monochromatic Colors of #718ee5

#718ee5

Complementary Color

#718ee5 #e5c871

#718ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718ee5 Color CSS Codes

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

#718ee5 Text Font Color

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

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


#718ee5 Background Color

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

This div background color is #718ee5


#718ee5 Border Color

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

This div border color is #718ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718ee5


Comments

No comments written yet.

Please login to write comment.