Color Hex Logo

#71598a Color Hex

#71598A
(113,89,138)
0 Favorites   0 Comments

Color spaces of #71598a

RGB 11389138
HSL0.750.220.45
HSV269°36°54°
CMYK 0.180.360.00   0.46
XYZ14.969912.490425.6667
Yxy12.49040.28180.2351
Hunter Lab35.341813.7601-18.3197
CIE-Lab41.985120.0846-23.5729

#71598a color RGB value is (113,89,138).

#71598a hex color red value is 113, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71598a hue: 0.75 , saturation: 0.22 and the lightness value of 71598a is 0.45.

The process color (four color CMYK) of #71598a color hex is 0.18, 0.36, 0.00, 0.46. Web safe color of #71598a is #666699. Color #71598a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011001 10001010
Octal 161 131 212
Decimal 113 89 138
Hex 71 59 8A

RGB Percentages of Color #71598a

%33.24
%26.18
%40.59

CMYK Percentages of Color #71598a

%18
%36
%0
%46

Triadic Colors of #71598a

#71598a #8a7159 #598a71

Analogous Colors of #71598a

#71598a #8a598a #595a8a

Monochromatic Colors of #71598a

#71598a

Complementary Color

#71598a #728a59

#71598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71598a Color CSS Codes

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

#71598a Text Font Color

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

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


#71598a Background Color

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

This div background color is #71598a


#71598a Border Color

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

This div border color is #71598a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,89,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71598a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71598a;
  -webkit-box-shadow: 1px 1px 3px 2px #71598a;
  box-shadow:         1px 1px 3px 2px #71598a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71598a


Comments

No comments written yet.

Please login to write comment.