Color Hex Logo

#71036f Color Hex

#71036F
(113,3,111)
0 Favorites   0 Comments

Color spaces of #71036f

RGB 1133111
HSL0.840.950.23
HSV301°97°44°
CMYK 0.000.970.02   0.56
XYZ9.71194.723515.4388
Yxy4.72350.32510.1581
Hunter Lab21.733641.7308-26.9040
CIE-Lab25.932053.0122-31.9946

#71036f color RGB value is (113,3,111).

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

The process color (four color CMYK) of #71036f color hex is 0.00, 0.97, 0.02, 0.56. Web safe color of #71036f is #660066. Color #71036f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000011 01101111
Octal 161 3 157
Decimal 113 3 111
Hex 71 3 6F

RGB Percentages of Color #71036f

%49.78
%1.32
%48.90

CMYK Percentages of Color #71036f

%0
%97
%2
%56

Triadic Colors of #71036f

#71036f #6f7103 #036f71

Analogous Colors of #71036f

#71036f #710338 #3c0371

Monochromatic Colors of #71036f

#71036f

Complementary Color

#71036f #037105

#71036f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71036f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71036f Color CSS Codes

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

#71036f Text Font Color

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

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


#71036f Background Color

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

This div background color is #71036f


#71036f Border Color

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

This div border color is #71036f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71036f


Comments

No comments written yet.

Please login to write comment.