Color Hex Logo

#719eea Color Hex

#719EEA
(113,158,234)
0 Favorites   0 Comments

Color spaces of #719eea

RGB 113158234
HSL0.600.740.68
HSV218°52°92°
CMYK 0.520.320.00   0.08
XYZ33.888233.904982.6001
Yxy33.90490.22530.2254
Hunter Lab58.22791.9868-43.3472
CIE-Lab64.88705.8957-42.9447

#719eea color RGB value is (113,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011110 11101010
Octal 161 236 352
Decimal 113 158 234
Hex 71 9E EA

RGB Percentages of Color #719eea

%22.38
%31.29
%46.34

CMYK Percentages of Color #719eea

%52
%32
%0
%8

Triadic Colors of #719eea

#719eea #ea719e #9eea71

Analogous Colors of #719eea

#719eea #8171ea #71dbea

Monochromatic Colors of #719eea

#719eea

Complementary Color

#719eea #eabd71

#719eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#719eea Color CSS Codes

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

#719eea Text Font Color

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

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


#719eea Background Color

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

This div background color is #719eea


#719eea Border Color

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

This div border color is #719eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,158,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 #719eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719eea


Comments

No comments written yet.

Please login to write comment.