Color Hex Logo

#719ddc Color Hex

#719DDC
(113,157,220)
0 Favorites   0 Comments

Color spaces of #719ddc

RGB 113157220
HSL0.600.600.65
HSV215°49°86°
CMYK 0.490.290.00   0.14
XYZ31.785332.792072.3644
Yxy32.79200.23210.2395
Hunter Lab57.2643-1.1338-34.8393
CIE-Lab63.99212.2621-36.6185

#719ddc color RGB value is (113,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 11011100
Octal 161 235 334
Decimal 113 157 220
Hex 71 9D DC

RGB Percentages of Color #719ddc

%23.06
%32.04
%44.90

CMYK Percentages of Color #719ddc

%49
%29
%0
%14

Triadic Colors of #719ddc

#719ddc #dc719d #9ddc71

Analogous Colors of #719ddc

#719ddc #7b71dc #71d3dc

Monochromatic Colors of #719ddc

#719ddc

Complementary Color

#719ddc #dcb071

#719ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ddc Color CSS Codes

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

#719ddc Text Font Color

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

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


#719ddc Background Color

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

This div background color is #719ddc


#719ddc Border Color

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

This div border color is #719ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ddc


Comments

No comments written yet.

Please login to write comment.