Color Hex Logo

#719ffd Color Hex

#719FFD
(113,159,253)
0 Favorites   0 Comments

Color spaces of #719ffd

RGB 113159253
HSL0.610.970.72
HSV220°55°99°
CMYK 0.550.370.00   0.01
XYZ36.937835.398897.8143
Yxy35.39880.21710.2080
Hunter Lab59.49696.6996-55.8263
CIE-Lab66.058011.1797-51.5000

#719ffd color RGB value is (113,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 11111101
Octal 161 237 375
Decimal 113 159 253
Hex 71 9F FD

RGB Percentages of Color #719ffd

%21.52
%30.29
%48.19

CMYK Percentages of Color #719ffd

%55
%37
%0
%1

Triadic Colors of #719ffd

#719ffd #fd719f #9ffd71

Analogous Colors of #719ffd

#719ffd #8971fd #71e5fd

Monochromatic Colors of #719ffd

#719ffd

Complementary Color

#719ffd #fdcf71

#719ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ffd Color CSS Codes

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

#719ffd Text Font Color

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

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


#719ffd Background Color

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

This div background color is #719ffd


#719ffd Border Color

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

This div border color is #719ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.