Color Hex Logo

#719aec Color Hex

#719AEC
(113,154,236)
0 Favorites   0 Comments

Color spaces of #719aec

RGB 113154236
HSL0.610.760.68
HSV220°52°93°
CMYK 0.520.350.00   0.07
XYZ33.506032.678083.8984
Yxy32.67800.22330.2177
Hunter Lab57.16474.5862-47.0024
CIE-Lab63.89938.8150-45.5983

#719aec color RGB value is (113,154,236).

#719aec hex color red value is 113, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #719aec hue: 0.61 , saturation: 0.76 and the lightness value of 719aec is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 11101100
Octal 161 232 354
Decimal 113 154 236
Hex 71 9A EC

RGB Percentages of Color #719aec

%22.47
%30.62
%46.92

CMYK Percentages of Color #719aec

%52
%35
%0
%7

Triadic Colors of #719aec

#719aec #ec719a #9aec71

Analogous Colors of #719aec

#719aec #8671ec #71d8ec

Monochromatic Colors of #719aec

#719aec

Complementary Color

#719aec #ecc371

#719aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#719aec Color CSS Codes

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

#719aec Text Font Color

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

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


#719aec Background Color

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

This div background color is #719aec


#719aec Border Color

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

This div border color is #719aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719aec


Comments

No comments written yet.

Please login to write comment.