Color Hex Logo

#719fed Color Hex

#719FED
(113,159,237)
0 Favorites   0 Comments

Color spaces of #719fed

RGB 113159237
HSL0.600.780.69
HSV218°52°93°
CMYK 0.520.330.00   0.07
XYZ34.494334.421484.9467
Yxy34.42140.22420.2237
Hunter Lab58.66982.2752-44.7759
CIE-Lab65.29576.2354-43.9513

#719fed color RGB value is (113,159,237).

#719fed hex color red value is 113, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #719fed hue: 0.60 , saturation: 0.78 and the lightness value of 719fed is 0.69.

The process color (four color CMYK) of #719fed color hex is 0.52, 0.33, 0.00, 0.07. Web safe color of #719fed is #6699ff. Color #719fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 11101101
Octal 161 237 355
Decimal 113 159 237
Hex 71 9F ED

RGB Percentages of Color #719fed

%22.20
%31.24
%46.56

CMYK Percentages of Color #719fed

%52
%33
%0
%7

Triadic Colors of #719fed

#719fed #ed719f #9fed71

Analogous Colors of #719fed

#719fed #8171ed #71dded

Monochromatic Colors of #719fed

#719fed

Complementary Color

#719fed #edbf71

#719fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#719fed Color CSS Codes

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

#719fed Text Font Color

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

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


#719fed Background Color

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

This div background color is #719fed


#719fed Border Color

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

This div border color is #719fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719fed


Comments

No comments written yet.

Please login to write comment.