Color Hex Logo

#71217e Color Hex

#71217E
(113,33,126)
0 Favorites   0 Comments

Color spaces of #71217e

RGB 11333126
HSL0.810.580.31
HSV292°74°49°
CMYK 0.100.740.00   0.51
XYZ11.11986.104820.3309
Yxy6.10480.29610.1626
Hunter Lab24.707937.0952-31.4913
CIE-Lab29.675347.6671-35.5624

#71217e color RGB value is (113,33,126).

#71217e hex color red value is 113, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71217e hue: 0.81 , saturation: 0.58 and the lightness value of 71217e is 0.31.

The process color (four color CMYK) of #71217e color hex is 0.10, 0.74, 0.00, 0.51. Web safe color of #71217e is #663366. Color #71217e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 01111110
Octal 161 41 176
Decimal 113 33 126
Hex 71 21 7E

RGB Percentages of Color #71217e

%41.54
%12.13
%46.32

CMYK Percentages of Color #71217e

%10
%74
%0
%51

Triadic Colors of #71217e

#71217e #7e7121 #217e71

Analogous Colors of #71217e

#71217e #7e215c #43217e

Monochromatic Colors of #71217e

#71217e

Complementary Color

#71217e #2e7e21

#71217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71217e Color CSS Codes

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

#71217e Text Font Color

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

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


#71217e Background Color

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

This div background color is #71217e


#71217e Border Color

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

This div border color is #71217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71217e


Comments

No comments written yet.

Please login to write comment.