Color Hex Logo

#719bdc Color Hex

#719BDC
(113,155,220)
0 Favorites   0 Comments

Color spaces of #719bdc

RGB 113155220
HSL0.600.600.65
HSV216°49°86°
CMYK 0.490.300.00   0.14
XYZ31.449732.120772.2525
Yxy32.12070.23150.2365
Hunter Lab56.6751-0.1297-35.9135
CIE-Lab63.44253.4054-37.4761

#719bdc color RGB value is (113,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 11011100
Octal 161 233 334
Decimal 113 155 220
Hex 71 9B DC

RGB Percentages of Color #719bdc

%23.16
%31.76
%45.08

CMYK Percentages of Color #719bdc

%49
%30
%0
%14

Triadic Colors of #719bdc

#719bdc #dc719b #9bdc71

Analogous Colors of #719bdc

#719bdc #7d71dc #71d1dc

Monochromatic Colors of #719bdc

#719bdc

Complementary Color

#719bdc #dcb271

#719bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#719bdc Color CSS Codes

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

#719bdc Text Font Color

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

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


#719bdc Background Color

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

This div background color is #719bdc


#719bdc Border Color

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

This div border color is #719bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719bdc


Comments

No comments written yet.

Please login to write comment.