Color Hex Logo

#71969d Color Hex

#71969D
(113,150,157)
0 Favorites   0 Comments

Color spaces of #71969d

RGB 113150157
HSL0.530.180.53
HSV190°28°62°
CMYK 0.280.040.00   0.38
XYZ23.802227.757736.0016
Yxy27.75770.27180.3170
Hunter Lab52.6856-11.5573-3.6347
CIE-Lab59.6692-11.0015-7.8343

#71969d color RGB value is (113,150,157).

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

The process color (four color CMYK) of #71969d color hex is 0.28, 0.04, 0.00, 0.38. Web safe color of #71969d is #669999. Color #71969d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010110 10011101
Octal 161 226 235
Decimal 113 150 157
Hex 71 96 9D

RGB Percentages of Color #71969d

%26.90
%35.71
%37.38

CMYK Percentages of Color #71969d

%28
%4
%0
%38

Triadic Colors of #71969d

#71969d #9d7196 #969d71

Analogous Colors of #71969d

#71969d #71809d #719d8e

Monochromatic Colors of #71969d

#71969d

Complementary Color

#71969d #9d7871

#71969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71969d Color CSS Codes

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

#71969d Text Font Color

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

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


#71969d Background Color

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

This div background color is #71969d


#71969d Border Color

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

This div border color is #71969d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,150,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 #71969d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71969d


Comments

No comments written yet.

Please login to write comment.