Color Hex Logo

#71639e Color Hex

#71639E
(113,99,158)
0 Favorites   0 Comments

Color spaces of #71639e

RGB 11399158
HSL0.710.230.50
HSV254°37°62°
CMYK 0.280.370.00   0.38
XYZ17.443414.903034.3050
Yxy14.90300.26170.2236
Hunter Lab38.604413.0975-25.6637
CIE-Lab45.501119.0505-30.0546

#71639e color RGB value is (113,99,158).

#71639e hex color red value is 113, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #71639e hue: 0.71 , saturation: 0.23 and the lightness value of 71639e is 0.50.

The process color (four color CMYK) of #71639e color hex is 0.28, 0.37, 0.00, 0.38. Web safe color of #71639e is #666699. Color #71639e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 10011110
Octal 161 143 236
Decimal 113 99 158
Hex 71 63 9E

RGB Percentages of Color #71639e

%30.54
%26.76
%42.70

CMYK Percentages of Color #71639e

%28
%37
%0
%38

Triadic Colors of #71639e

#71639e #9e7163 #639e71

Analogous Colors of #71639e

#71639e #8f639e #63739e

Monochromatic Colors of #71639e

#71639e

Complementary Color

#71639e #909e63

#71639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71639e Color CSS Codes

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

#71639e Text Font Color

<p style="color:#71639e">Text here</p>

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


#71639e Background Color

<div style="background-color:#71639e">
Div content here</div>

This div background color is #71639e


#71639e Border Color

<div style="border:3px solid #71639e">
Div here</div>

This div border color is #71639e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,99,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71639e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71639e;
  -webkit-box-shadow: 1px 1px 3px 2px #71639e;
  box-shadow:         1px 1px 3px 2px #71639e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71639e


Comments

No comments written yet.

Please login to write comment.