Color Hex Logo

#71759f Color Hex

#71759F
(113,117,159)
0 Favorites   0 Comments

Color spaces of #71759f

RGB 113117159
HSL0.650.190.53
HSV235°29°62°
CMYK 0.290.260.00   0.38
XYZ19.429318.736535.3934
Yxy18.73650.26410.2547
Hunter Lab43.28574.3719-18.1797
CIE-Lab50.37758.4292-23.0713

#71759f color RGB value is (113,117,159).

#71759f hex color red value is 113, green value is 117 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #71759f hue: 0.65 , saturation: 0.19 and the lightness value of 71759f is 0.53.

The process color (four color CMYK) of #71759f color hex is 0.29, 0.26, 0.00, 0.38. Web safe color of #71759f is #666699. Color #71759f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 10011111
Octal 161 165 237
Decimal 113 117 159
Hex 71 75 9F

RGB Percentages of Color #71759f

%29.05
%30.08
%40.87

CMYK Percentages of Color #71759f

%29
%26
%0
%38

Triadic Colors of #71759f

#71759f #9f7175 #759f71

Analogous Colors of #71759f

#71759f #84719f #718c9f

Monochromatic Colors of #71759f

#71759f

Complementary Color

#71759f #9f9b71

#71759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71759f Color CSS Codes

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

#71759f Text Font Color

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

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


#71759f Background Color

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

This div background color is #71759f


#71759f Border Color

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

This div border color is #71759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71759f


Comments

No comments written yet.

Please login to write comment.