Color Hex Logo

#719395 Color Hex

#719395
(113,147,149)
0 Favorites   0 Comments

Color spaces of #719395

RGB 113147149
HSL0.510.150.51
HSV183°24°58°
CMYK 0.240.010.00   0.42
XYZ22.668626.548132.3633
Yxy26.54810.27790.3254
Hunter Lab51.5248-11.6366-1.1733
CIE-Lab58.5537-11.2780-4.9324

#719395 color RGB value is (113,147,149).

#719395 hex color red value is 113, green value is 147 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #719395 hue: 0.51 , saturation: 0.15 and the lightness value of 719395 is 0.51.

The process color (four color CMYK) of #719395 color hex is 0.24, 0.01, 0.00, 0.42. Web safe color of #719395 is #669999. Color #719395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 10010101
Octal 161 223 225
Decimal 113 147 149
Hex 71 93 95

RGB Percentages of Color #719395

%27.63
%35.94
%36.43

CMYK Percentages of Color #719395

%24
%1
%0
%42

Triadic Colors of #719395

#719395 #957193 #939571

Analogous Colors of #719395

#719395 #718195 #719585

Monochromatic Colors of #719395

#719395

Complementary Color

#719395 #957371

#719395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719395 Color CSS Codes

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

#719395 Text Font Color

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

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


#719395 Background Color

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

This div background color is #719395


#719395 Border Color

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

This div border color is #719395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719395


Comments

No comments written yet.

Please login to write comment.