Color Hex Logo

#719fea Color Hex

#719FEA
(113,159,234)
0 Favorites   0 Comments

Color spaces of #719fea

RGB 113159234
HSL0.600.740.68
HSV217°52°92°
CMYK 0.520.320.00   0.08
XYZ34.059534.247582.6572
Yxy34.24750.22560.2269
Hunter Lab58.52141.4748-42.7779
CIE-Lab65.15865.3217-42.5185

#719fea color RGB value is (113,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 11101010
Octal 161 237 352
Decimal 113 159 234
Hex 71 9F EA

RGB Percentages of Color #719fea

%22.33
%31.42
%46.25

CMYK Percentages of Color #719fea

%52
%32
%0
%8

Triadic Colors of #719fea

#719fea #ea719f #9fea71

Analogous Colors of #719fea

#719fea #8071ea #71dcea

Monochromatic Colors of #719fea

#719fea

Complementary Color

#719fea #eabc71

#719fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#719fea Color CSS Codes

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

#719fea Text Font Color

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

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


#719fea Background Color

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

This div background color is #719fea


#719fea Border Color

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

This div border color is #719fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719fea


Comments

No comments written yet.

Please login to write comment.