Color Hex Logo

#71499f Color Hex

#71499F
(113,73,159)
0 Favorites   0 Comments

Color spaces of #71499f

RGB 11373159
HSL0.740.370.45
HSV268°54°62°
CMYK 0.290.540.00   0.38
XYZ15.450610.779034.0671
Yxy10.77900.25620.1788
Hunter Lab32.831426.5480-38.5396
CIE-Lab39.205734.9247-40.5933

#71499f color RGB value is (113,73,159).

#71499f hex color red value is 113, green value is 73 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #71499f hue: 0.74 , saturation: 0.37 and the lightness value of 71499f is 0.45.

The process color (four color CMYK) of #71499f color hex is 0.29, 0.54, 0.00, 0.38. Web safe color of #71499f is #663399. Color #71499f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001001 10011111
Octal 161 111 237
Decimal 113 73 159
Hex 71 49 9F

RGB Percentages of Color #71499f

%32.75
%21.16
%46.09

CMYK Percentages of Color #71499f

%29
%54
%0
%38

Triadic Colors of #71499f

#71499f #9f7149 #499f71

Analogous Colors of #71499f

#71499f #9c499f #494c9f

Monochromatic Colors of #71499f

#71499f

Complementary Color

#71499f #779f49

#71499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71499f Color CSS Codes

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

#71499f Text Font Color

<p style="color:#71499f">Text here</p>

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


#71499f Background Color

<div style="background-color:#71499f">
Div content here</div>

This div background color is #71499f


#71499f Border Color

<div style="border:3px solid #71499f">
Div here</div>

This div border color is #71499f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,73,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71499f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71499f;
  -webkit-box-shadow: 1px 1px 3px 2px #71499f;
  box-shadow:         1px 1px 3px 2px #71499f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71499f


Comments

No comments written yet.

Please login to write comment.