Color Hex Logo

#71005e Color Hex

#71005E
(113,0,94)
0 Favorites   0 Comments

Color spaces of #71005e

RGB 113094
HSL0.861.000.22
HSV310°100°44°
CMYK 0.001.000.17   0.56
XYZ8.83044.318910.9579
Yxy4.31890.36630.1792
Hunter Lab20.782039.4774-16.7150
CIE-Lab24.698951.0299-22.8587

#71005e color RGB value is (113,0,94).

#71005e hex color red value is 113, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71005e hue: 0.86 , saturation: 1.00 and the lightness value of 71005e is 0.22.

The process color (four color CMYK) of #71005e color hex is 0.00, 1.00, 0.17, 0.56. Web safe color of #71005e is #660066. Color #71005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000000 01011110
Octal 161 0 136
Decimal 113 0 94
Hex 71 0 5E

RGB Percentages of Color #71005e

%54.59
%0.00
%45.41

CMYK Percentages of Color #71005e

%0
%100
%17
%56

Triadic Colors of #71005e

#71005e #5e7100 #005e71

Analogous Colors of #71005e

#71005e #710026 #4b0071

Monochromatic Colors of #71005e

#71005e

Complementary Color

#71005e #007113

#71005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71005e Color CSS Codes

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

#71005e Text Font Color

<p style="color:#71005e">Text here</p>

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


#71005e Background Color

<div style="background-color:#71005e">
Div content here</div>

This div background color is #71005e


#71005e Border Color

<div style="border:3px solid #71005e">
Div here</div>

This div border color is #71005e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,0,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71005e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71005e;
  -webkit-box-shadow: 1px 1px 3px 2px #71005e;
  box-shadow:         1px 1px 3px 2px #71005e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71005e


Comments

No comments written yet.

Please login to write comment.