Color Hex Logo

#71907b Color Hex

#71907B
(113,144,123)
0 Favorites   0 Comments

Color spaces of #71907b

RGB 113144123
HSL0.390.120.50
HSV139°22°56°
CMYK 0.220.000.15   0.44
XYZ20.358524.887322.4696
Yxy24.88730.30060.3675
Hunter Lab49.8872-14.45838.2163
CIE-Lab56.9654-15.34477.6140

#71907b color RGB value is (113,144,123).

#71907b hex color red value is 113, green value is 144 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #71907b hue: 0.39 , saturation: 0.12 and the lightness value of 71907b is 0.50.

The process color (four color CMYK) of #71907b color hex is 0.22, 0.00, 0.15, 0.44. Web safe color of #71907b is #669966. Color #71907b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010000 01111011
Octal 161 220 173
Decimal 113 144 123
Hex 71 90 7B

RGB Percentages of Color #71907b

%29.74
%37.89
%32.37

CMYK Percentages of Color #71907b

%22
%0
%15
%44

Triadic Colors of #71907b

#71907b #7b7190 #907b71

Analogous Colors of #71907b

#71907b #71908b #779071

Monochromatic Colors of #71907b

#71907b

Complementary Color

#71907b #907186

#71907b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71907b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71907b Color CSS Codes

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

#71907b Text Font Color

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

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


#71907b Background Color

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

This div background color is #71907b


#71907b Border Color

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

This div border color is #71907b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71907b


Comments

No comments written yet.

Please login to write comment.