Color Hex Logo

#719caf Color Hex

#719CAF
(113,156,175)
0 Favorites   0 Comments

Color spaces of #719caf

RGB 113156175
HSL0.550.280.56
HSV198°35°69°
CMYK 0.350.110.00   0.31
XYZ26.436430.382845.0286
Yxy30.38280.25960.2983
Hunter Lab55.1206-10.8506-9.8502
CIE-Lab61.9831-9.7533-14.5532

#719caf color RGB value is (113,156,175).

#719caf hex color red value is 113, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #719caf hue: 0.55 , saturation: 0.28 and the lightness value of 719caf is 0.56.

The process color (four color CMYK) of #719caf color hex is 0.35, 0.11, 0.00, 0.31. Web safe color of #719caf is #669999. Color #719caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 10101111
Octal 161 234 257
Decimal 113 156 175
Hex 71 9C AF

RGB Percentages of Color #719caf

%25.45
%35.14
%39.41

CMYK Percentages of Color #719caf

%35
%11
%0
%31

Triadic Colors of #719caf

#719caf #af719c #9caf71

Analogous Colors of #719caf

#719caf #717daf #71afa3

Monochromatic Colors of #719caf

#719caf

Complementary Color

#719caf #af8471

#719caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#719caf Color CSS Codes

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

#719caf Text Font Color

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

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


#719caf Background Color

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

This div background color is #719caf


#719caf Border Color

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

This div border color is #719caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719caf


Comments

No comments written yet.

Please login to write comment.