Color Hex Logo

#71789d Color Hex

#71789D
(113,120,157)
0 Favorites   0 Comments

Color spaces of #71789d

RGB 113120157
HSL0.640.180.53
HSV230°28°62°
CMYK 0.280.240.00   0.38
XYZ19.612319.378034.6049
Yxy19.37800.26650.2633
Hunter Lab44.02042.4908-15.7941
CIE-Lab51.12656.1224-20.7509

#71789d color RGB value is (113,120,157).

#71789d hex color red value is 113, green value is 120 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #71789d hue: 0.64 , saturation: 0.18 and the lightness value of 71789d is 0.53.

The process color (four color CMYK) of #71789d color hex is 0.28, 0.24, 0.00, 0.38. Web safe color of #71789d is #666699. Color #71789d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 10011101
Octal 161 170 235
Decimal 113 120 157
Hex 71 78 9D

RGB Percentages of Color #71789d

%28.97
%30.77
%40.26

CMYK Percentages of Color #71789d

%28
%24
%0
%38

Triadic Colors of #71789d

#71789d #9d7178 #789d71

Analogous Colors of #71789d

#71789d #80719d #718e9d

Monochromatic Colors of #71789d

#71789d

Complementary Color

#71789d #9d9671

#71789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71789d Color CSS Codes

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

#71789d Text Font Color

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

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


#71789d Background Color

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

This div background color is #71789d


#71789d Border Color

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

This div border color is #71789d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,120,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71789d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71789d;
  -webkit-box-shadow: 1px 1px 3px 2px #71789d;
  box-shadow:         1px 1px 3px 2px #71789d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71789d


Comments

No comments written yet.

Please login to write comment.