Color Hex Logo

#71649f Color Hex

#71649F
(113,100,159)
0 Favorites   0 Comments

Color spaces of #71649f

RGB 113100159
HSL0.700.240.51
HSV253°37°62°
CMYK 0.290.370.00   0.38
XYZ17.625215.128334.7920
Yxy15.12830.26090.2240
Hunter Lab38.895112.8203-25.8088
CIE-Lab45.809418.7050-30.1639

#71649f color RGB value is (113,100,159).

#71649f hex color red value is 113, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #71649f hue: 0.70 , saturation: 0.24 and the lightness value of 71649f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 10011111
Octal 161 144 237
Decimal 113 100 159
Hex 71 64 9F

RGB Percentages of Color #71649f

%30.38
%26.88
%42.74

CMYK Percentages of Color #71649f

%29
%37
%0
%38

Triadic Colors of #71649f

#71649f #9f7164 #649f71

Analogous Colors of #71649f

#71649f #8f649f #64759f

Monochromatic Colors of #71649f

#71649f

Complementary Color

#71649f #929f64

#71649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71649f Color CSS Codes

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

#71649f Text Font Color

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

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


#71649f Background Color

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

This div background color is #71649f


#71649f Border Color

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

This div border color is #71649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71649f


Comments

No comments written yet.

Please login to write comment.