Color Hex Logo

#719fce Color Hex

#719FCE
(113,159,206)
0 Favorites   0 Comments

Color spaces of #719fce

RGB 113159206
HSL0.580.490.63
HSV210°45°81°
CMYK 0.450.230.00   0.19
XYZ30.348832.763263.1169
Yxy32.76320.24040.2596
Hunter Lab57.2391-5.5259-25.3109
CIE-Lab63.9687-2.9460-28.8829

#719fce color RGB value is (113,159,206).

#719fce hex color red value is 113, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #719fce hue: 0.58 , saturation: 0.49 and the lightness value of 719fce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 11001110
Octal 161 237 316
Decimal 113 159 206
Hex 71 9F CE

RGB Percentages of Color #719fce

%23.64
%33.26
%43.10

CMYK Percentages of Color #719fce

%45
%23
%0
%19

Triadic Colors of #719fce

#719fce #ce719f #9fce71

Analogous Colors of #719fce

#719fce #7271ce #71cece

Monochromatic Colors of #719fce

#719fce

Complementary Color

#719fce #cea071

#719fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#719fce Color CSS Codes

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

#719fce Text Font Color

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

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


#719fce Background Color

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

This div background color is #719fce


#719fce Border Color

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

This div border color is #719fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719fce


Comments

No comments written yet.

Please login to write comment.