Color Hex Logo

#719091 Color Hex

#719091
(113,144,145)
0 Favorites   0 Comments

Color spaces of #719091

RGB 113144145
HSL0.510.130.51
HSV182°22°57°
CMYK 0.220.010.00   0.43
XYZ21.894125.501630.5564
Yxy25.50160.28090.3271
Hunter Lab50.4991-10.9840-0.5263
CIE-Lab57.5609-10.5712-4.1123

#719091 color RGB value is (113,144,145).

#719091 hex color red value is 113, green value is 144 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #719091 hue: 0.51 , saturation: 0.13 and the lightness value of 719091 is 0.51.

The process color (four color CMYK) of #719091 color hex is 0.22, 0.01, 0.00, 0.43. Web safe color of #719091 is #669999. Color #719091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010000 10010001
Octal 161 220 221
Decimal 113 144 145
Hex 71 90 91

RGB Percentages of Color #719091

%28.11
%35.82
%36.07

CMYK Percentages of Color #719091

%22
%1
%0
%43

Triadic Colors of #719091

#719091 #917190 #909171

Analogous Colors of #719091

#719091 #718091 #719182

Monochromatic Colors of #719091

#719091

Complementary Color

#719091 #917271

#719091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719091 Color CSS Codes

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

#719091 Text Font Color

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

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


#719091 Background Color

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

This div background color is #719091


#719091 Border Color

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

This div border color is #719091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,144,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719091;
  -webkit-box-shadow: 1px 1px 3px 2px #719091;
  box-shadow:         1px 1px 3px 2px #719091; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719091


Comments

No comments written yet.

Please login to write comment.