Color Hex Logo

#719edd Color Hex

#719EDD
(113,158,221)
0 Favorites   0 Comments

Color spaces of #719edd

RGB 113158221
HSL0.600.610.65
HSV215°49°87°
CMYK 0.490.290.00   0.13
XYZ32.088133.184973.1207
Yxy33.18490.23190.2398
Hunter Lab57.6063-1.3823-34.9334
CIE-Lab64.31031.9891-36.6758

#719edd color RGB value is (113,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011110 11011101
Octal 161 236 335
Decimal 113 158 221
Hex 71 9E DD

RGB Percentages of Color #719edd

%22.97
%32.11
%44.92

CMYK Percentages of Color #719edd

%49
%29
%0
%13

Triadic Colors of #719edd

#719edd #dd719e #9edd71

Analogous Colors of #719edd

#719edd #7a71dd #71d4dd

Monochromatic Colors of #719edd

#719edd

Complementary Color

#719edd #ddb071

#719edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719edd Color CSS Codes

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

#719edd Text Font Color

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

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


#719edd Background Color

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

This div background color is #719edd


#719edd Border Color

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

This div border color is #719edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719edd


Comments

No comments written yet.

Please login to write comment.