Color Hex Logo

#71395f Color Hex

#71395F
(113,57,95)
0 Favorites   0 Comments

Color spaces of #71395f

RGB 1135795
HSL0.890.330.33
HSV319°50°44°
CMYK 0.000.500.16   0.56
XYZ10.33877.263211.6835
Yxy7.26320.35300.2480
Hunter Lab26.950321.3132-6.8382
CIE-Lab32.398730.0628-11.5927

#71395f color RGB value is (113,57,95).

#71395f hex color red value is 113, green value is 57 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #71395f hue: 0.89 , saturation: 0.33 and the lightness value of 71395f is 0.33.

The process color (four color CMYK) of #71395f color hex is 0.00, 0.50, 0.16, 0.56. Web safe color of #71395f is #663366. Color #71395f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 01011111
Octal 161 71 137
Decimal 113 57 95
Hex 71 39 5F

RGB Percentages of Color #71395f

%42.64
%21.51
%35.85

CMYK Percentages of Color #71395f

%0
%50
%16
%56

Triadic Colors of #71395f

#71395f #5f7139 #395f71

Analogous Colors of #71395f

#71395f #713943 #673971

Monochromatic Colors of #71395f

#71395f

Complementary Color

#71395f #39714b

#71395f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71395f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71395f Color CSS Codes

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

#71395f Text Font Color

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

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


#71395f Background Color

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

This div background color is #71395f


#71395f Border Color

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

This div border color is #71395f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71395f


Comments

No comments written yet.

Please login to write comment.