Color Hex Logo

#71054f Color Hex

#71054F
(113,5,79)
0 Favorites   0 Comments

Color spaces of #71054f

RGB 113579
HSL0.890.920.23
HSV319°96°44°
CMYK 0.000.960.30   0.56
XYZ8.27564.18387.7685
Yxy4.18380.40910.2068
Hunter Lab20.454336.4240-8.2001
CIE-Lab24.270048.0329-13.5201

#71054f color RGB value is (113,5,79).

#71054f hex color red value is 113, green value is 5 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #71054f hue: 0.89 , saturation: 0.92 and the lightness value of 71054f is 0.23.

The process color (four color CMYK) of #71054f color hex is 0.00, 0.96, 0.30, 0.56. Web safe color of #71054f is #660066. Color #71054f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000101 01001111
Octal 161 5 117
Decimal 113 5 79
Hex 71 5 4F

RGB Percentages of Color #71054f

%57.36
%2.54
%40.10

CMYK Percentages of Color #71054f

%0
%96
%30
%56

Triadic Colors of #71054f

#71054f #4f7105 #054f71

Analogous Colors of #71054f

#71054f #710519 #5d0571

Monochromatic Colors of #71054f

#71054f

Complementary Color

#71054f #057127

#71054f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71054f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71054f Color CSS Codes

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

#71054f Text Font Color

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

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


#71054f Background Color

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

This div background color is #71054f


#71054f Border Color

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

This div border color is #71054f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71054f


Comments

No comments written yet.

Please login to write comment.