Color Hex Logo

#71335f Color Hex

#71335F
(113,51,95)
0 Favorites   0 Comments

Color spaces of #71335f

RGB 1135195
HSL0.880.380.32
HSV317°55°44°
CMYK 0.000.550.16   0.56
XYZ10.05946.704611.5904
Yxy6.70460.35480.2365
Hunter Lab25.893224.0332-8.4143
CIE-Lab31.124733.3853-13.5361

#71335f color RGB value is (113,51,95).

#71335f hex color red value is 113, green value is 51 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #71335f hue: 0.88 , saturation: 0.38 and the lightness value of 71335f is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 01011111
Octal 161 63 137
Decimal 113 51 95
Hex 71 33 5F

RGB Percentages of Color #71335f

%43.63
%19.69
%36.68

CMYK Percentages of Color #71335f

%0
%55
%16
%56

Triadic Colors of #71335f

#71335f #5f7133 #335f71

Analogous Colors of #71335f

#71335f #713340 #643371

Monochromatic Colors of #71335f

#71335f

Complementary Color

#71335f #337145

#71335f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71335f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71335f Color CSS Codes

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

#71335f Text Font Color

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

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


#71335f Background Color

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

This div background color is #71335f


#71335f Border Color

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

This div border color is #71335f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71335f


Comments

No comments written yet.

Please login to write comment.