Color Hex Logo

#71658f Color Hex

#71658F
(113,101,143)
0 Favorites   0 Comments

Color spaces of #71658f

RGB 113101143
HSL0.710.170.48
HSV257°29°56°
CMYK 0.210.290.00   0.44
XYZ16.421714.801227.9780
Yxy14.80120.27740.2500
Hunter Lab38.47238.8652-16.1865
CIE-Lab45.360713.9959-21.3554

#71658f color RGB value is (113,101,143).

#71658f hex color red value is 113, green value is 101 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #71658f hue: 0.71 , saturation: 0.17 and the lightness value of 71658f is 0.48.

The process color (four color CMYK) of #71658f color hex is 0.21, 0.29, 0.00, 0.44. Web safe color of #71658f is #666699. Color #71658f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 10001111
Octal 161 145 217
Decimal 113 101 143
Hex 71 65 8F

RGB Percentages of Color #71658f

%31.65
%28.29
%40.06

CMYK Percentages of Color #71658f

%21
%29
%0
%44

Triadic Colors of #71658f

#71658f #8f7165 #658f71

Analogous Colors of #71658f

#71658f #86658f #656e8f

Monochromatic Colors of #71658f

#71658f

Complementary Color

#71658f #838f65

#71658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71658f Color CSS Codes

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

#71658f Text Font Color

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

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


#71658f Background Color

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

This div background color is #71658f


#71658f Border Color

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

This div border color is #71658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71658f


Comments

No comments written yet.

Please login to write comment.