Color Hex Logo

#719ede Color Hex

#719EDE
(113,158,222)
0 Favorites   0 Comments

Color spaces of #719ede

RGB 113158222
HSL0.600.620.66
HSV215°49°87°
CMYK 0.490.290.00   0.13
XYZ32.221733.238473.8246
Yxy33.23840.23130.2386
Hunter Lab57.6528-1.1300-35.5642
CIE-Lab64.35352.2857-37.1616

#719ede color RGB value is (113,158,222).

#719ede hex color red value is 113, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #719ede hue: 0.60 , saturation: 0.62 and the lightness value of 719ede is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011110 11011110
Octal 161 236 336
Decimal 113 158 222
Hex 71 9E DE

RGB Percentages of Color #719ede

%22.92
%32.05
%45.03

CMYK Percentages of Color #719ede

%49
%29
%0
%13

Triadic Colors of #719ede

#719ede #de719e #9ede71

Analogous Colors of #719ede

#719ede #7b71de #71d5de

Monochromatic Colors of #719ede

#719ede

Complementary Color

#719ede #deb171

#719ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ede Color CSS Codes

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

#719ede Text Font Color

<p style="color:#719ede">Text here</p>

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


#719ede Background Color

<div style="background-color:#719ede">
Div content here</div>

This div background color is #719ede


#719ede Border Color

<div style="border:3px solid #719ede">
Div here</div>

This div border color is #719ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,158,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719ede;
  -webkit-box-shadow: 1px 1px 3px 2px #719ede;
  box-shadow:         1px 1px 3px 2px #719ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ede


Comments

No comments written yet.

Please login to write comment.