Color Hex Logo

#719cfb Color Hex

#719CFB
(113,156,251)
0 Favorites   0 Comments

Color spaces of #719cfb

RGB 113156251
HSL0.610.950.71
HSV221°55°98°
CMYK 0.550.380.00   0.02
XYZ36.111134.252795.9750
Yxy34.25270.21710.2059
Hunter Lab58.52587.7164-56.2601
CIE-Lab65.162712.2962-51.8264

#719cfb color RGB value is (113,156,251).

#719cfb hex color red value is 113, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #719cfb hue: 0.61 , saturation: 0.95 and the lightness value of 719cfb is 0.71.

The process color (four color CMYK) of #719cfb color hex is 0.55, 0.38, 0.00, 0.02. Web safe color of #719cfb is #6699ff. Color #719cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 11111011
Octal 161 234 373
Decimal 113 156 251
Hex 71 9C FB

RGB Percentages of Color #719cfb

%21.73
%30.00
%48.27

CMYK Percentages of Color #719cfb

%55
%38
%0
%2

Triadic Colors of #719cfb

#719cfb #fb719c #9cfb71

Analogous Colors of #719cfb

#719cfb #8b71fb #71e1fb

Monochromatic Colors of #719cfb

#719cfb

Complementary Color

#719cfb #fbd071

#719cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#719cfb Color CSS Codes

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

#719cfb Text Font Color

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

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


#719cfb Background Color

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

This div background color is #719cfb


#719cfb Border Color

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

This div border color is #719cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719cfb


Comments

No comments written yet.

Please login to write comment.