Color Hex Logo

#719ffc Color Hex

#719FFC
(113,159,252)
0 Favorites   0 Comments

Color spaces of #719ffc

RGB 113159252
HSL0.610.960.72
HSV220°55°99°
CMYK 0.550.370.00   0.01
XYZ36.778935.335396.9774
Yxy35.33530.21750.2090
Hunter Lab59.44356.4154-55.1165
CIE-Lab66.008910.8673-51.0327

#719ffc color RGB value is (113,159,252).

#719ffc hex color red value is 113, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #719ffc hue: 0.61 , saturation: 0.96 and the lightness value of 719ffc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 11111100
Octal 161 237 374
Decimal 113 159 252
Hex 71 9F FC

RGB Percentages of Color #719ffc

%21.56
%30.34
%48.09

CMYK Percentages of Color #719ffc

%55
%37
%0
%1

Triadic Colors of #719ffc

#719ffc #fc719f #9ffc71

Analogous Colors of #719ffc

#719ffc #8971fc #71e5fc

Monochromatic Colors of #719ffc

#719ffc

Complementary Color

#719ffc #fcce71

#719ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ffc Color CSS Codes

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

#719ffc Text Font Color

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

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


#719ffc Background Color

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

This div background color is #719ffc


#719ffc Border Color

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

This div border color is #719ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ffc


Comments

No comments written yet.

Please login to write comment.