Color Hex Logo

#71849d Color Hex

#71849D
(113,132,157)
0 Favorites   0 Comments

Color spaces of #71849d

RGB 113132157
HSL0.590.180.53
HSV214°28°62°
CMYK 0.280.160.00   0.38
XYZ21.147122.447635.1165
Yxy22.44760.26870.2852
Hunter Lab47.3789-3.2414-10.7796
CIE-Lab54.4987-0.8984-15.6061

#71849d color RGB value is (113,132,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 10011101
Octal 161 204 235
Decimal 113 132 157
Hex 71 84 9D

RGB Percentages of Color #71849d

%28.11
%32.84
%39.05

CMYK Percentages of Color #71849d

%28
%16
%0
%38

Triadic Colors of #71849d

#71849d #9d7184 #849d71

Analogous Colors of #71849d

#71849d #74719d #719a9d

Monochromatic Colors of #71849d

#71849d

Complementary Color

#71849d #9d8a71

#71849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71849d Color CSS Codes

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

#71849d Text Font Color

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

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


#71849d Background Color

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

This div background color is #71849d


#71849d Border Color

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

This div border color is #71849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71849d


Comments

No comments written yet.

Please login to write comment.