Color Hex Logo

#71306f Color Hex

#71306F
(113,48,111)
0 Favorites   0 Comments

Color spaces of #71306f

RGB 11348111
HSL0.840.400.32
HSV302°58°44°
CMYK 0.000.580.02   0.56
XYZ10.73626.772315.7802
Yxy6.77230.32250.2034
Hunter Lab26.023628.0998-17.7357
CIE-Lab31.282837.8933-23.5323

#71306f color RGB value is (113,48,111).

#71306f hex color red value is 113, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #71306f hue: 0.84 , saturation: 0.40 and the lightness value of 71306f is 0.32.

The process color (four color CMYK) of #71306f color hex is 0.00, 0.58, 0.02, 0.56. Web safe color of #71306f is #663366. Color #71306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 01101111
Octal 161 60 157
Decimal 113 48 111
Hex 71 30 6F

RGB Percentages of Color #71306f

%41.54
%17.65
%40.81

CMYK Percentages of Color #71306f

%0
%58
%2
%56

Triadic Colors of #71306f

#71306f #6f7130 #306f71

Analogous Colors of #71306f

#71306f #71304e #533071

Monochromatic Colors of #71306f

#71306f

Complementary Color

#71306f #307132

#71306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71306f Color CSS Codes

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

#71306f Text Font Color

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

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


#71306f Background Color

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

This div background color is #71306f


#71306f Border Color

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

This div border color is #71306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71306f


Comments

No comments written yet.

Please login to write comment.