Color Hex Logo

#719edf Color Hex

#719EDF
(113,158,223)
0 Favorites   0 Comments

Color spaces of #719edf

RGB 113158223
HSL0.600.630.66
HSV215°49°87°
CMYK 0.490.290.00   0.13
XYZ32.356233.292174.5327
Yxy33.29210.23080.2375
Hunter Lab57.6993-0.8758-36.1980
CIE-Lab64.39672.5837-37.6470

#719edf color RGB value is (113,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011110 11011111
Octal 161 236 337
Decimal 113 158 223
Hex 71 9E DF

RGB Percentages of Color #719edf

%22.87
%31.98
%45.14

CMYK Percentages of Color #719edf

%49
%29
%0
%13

Triadic Colors of #719edf

#719edf #df719e #9edf71

Analogous Colors of #719edf

#719edf #7b71df #71d5df

Monochromatic Colors of #719edf

#719edf

Complementary Color

#719edf #dfb271

#719edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#719edf Color CSS Codes

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

#719edf Text Font Color

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

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


#719edf Background Color

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

This div background color is #719edf


#719edf Border Color

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

This div border color is #719edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719edf


Comments

No comments written yet.

Please login to write comment.