Color Hex Logo

#719dcc Color Hex

#719DCC
(113,157,204)
0 Favorites   0 Comments

Color spaces of #719dcc

RGB 113157204
HSL0.590.470.62
HSV211°45°80°
CMYK 0.450.230.00   0.20
XYZ29.766131.984361.7315
Yxy31.98430.24110.2590
Hunter Lab56.5547-5.0218-25.1290
CIE-Lab63.3299-2.3939-28.7551

#719dcc color RGB value is (113,157,204).

#719dcc hex color red value is 113, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #719dcc hue: 0.59 , saturation: 0.47 and the lightness value of 719dcc is 0.62.

The process color (four color CMYK) of #719dcc color hex is 0.45, 0.23, 0.00, 0.20. Web safe color of #719dcc is #6699cc. Color #719dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 11001100
Octal 161 235 314
Decimal 113 157 204
Hex 71 9D CC

RGB Percentages of Color #719dcc

%23.84
%33.12
%43.04

CMYK Percentages of Color #719dcc

%45
%23
%0
%20

Triadic Colors of #719dcc

#719dcc #cc719d #9dcc71

Analogous Colors of #719dcc

#719dcc #7371cc #71cbcc

Monochromatic Colors of #719dcc

#719dcc

Complementary Color

#719dcc #cca071

#719dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dcc Color CSS Codes

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

#719dcc Text Font Color

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

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


#719dcc Background Color

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

This div background color is #719dcc


#719dcc Border Color

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

This div border color is #719dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dcc


Comments

No comments written yet.

Please login to write comment.