Color Hex Logo

#71215a Color Hex

#71215A
(113,33,90)
0 Favorites   0 Comments

Color spaces of #71215a

RGB 1133390
HSL0.880.550.29
HSV317°71°44°
CMYK 0.000.710.20   0.56
XYZ9.19945.336610.2181
Yxy5.33660.37160.2156
Hunter Lab23.101130.6560-10.0545
CIE-Lab27.673041.3219-15.5884

#71215a color RGB value is (113,33,90).

#71215a hex color red value is 113, green value is 33 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #71215a hue: 0.88 , saturation: 0.55 and the lightness value of 71215a is 0.29.

The process color (four color CMYK) of #71215a color hex is 0.00, 0.71, 0.20, 0.56. Web safe color of #71215a is #663366. Color #71215a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 01011010
Octal 161 41 132
Decimal 113 33 90
Hex 71 21 5A

RGB Percentages of Color #71215a

%47.88
%13.98
%38.14

CMYK Percentages of Color #71215a

%0
%71
%20
%56

Triadic Colors of #71215a

#71215a #5a7121 #215a71

Analogous Colors of #71215a

#71215a #712132 #602171

Monochromatic Colors of #71215a

#71215a

Complementary Color

#71215a #217138

#71215a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71215a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71215a Color CSS Codes

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

#71215a Text Font Color

<p style="color:#71215a">Text here</p>

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


#71215a Background Color

<div style="background-color:#71215a">
Div content here</div>

This div background color is #71215a


#71215a Border Color

<div style="border:3px solid #71215a">
Div here</div>

This div border color is #71215a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,33,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71215a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71215a;
  -webkit-box-shadow: 1px 1px 3px 2px #71215a;
  box-shadow:         1px 1px 3px 2px #71215a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71215a


Comments

No comments written yet.

Please login to write comment.