Color Hex Logo

#71137d Color Hex

#71137D
(113,19,125)
0 Favorites   0 Comments

Color spaces of #71137d

RGB 11319125
HSL0.810.740.28
HSV293°85°49°
CMYK 0.100.850.00   0.51
XYZ10.74465.457119.8891
Yxy5.45710.29770.1512
Hunter Lab23.360441.2201-34.1273
CIE-Lab27.999352.1096-37.6181

#71137d color RGB value is (113,19,125).

#71137d hex color red value is 113, green value is 19 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #71137d hue: 0.81 , saturation: 0.74 and the lightness value of 71137d is 0.28.

The process color (four color CMYK) of #71137d color hex is 0.10, 0.85, 0.00, 0.51. Web safe color of #71137d is #660066. Color #71137d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 01111101
Octal 161 23 175
Decimal 113 19 125
Hex 71 13 7D

RGB Percentages of Color #71137d

%43.97
%7.39
%48.64

CMYK Percentages of Color #71137d

%10
%85
%0
%51

Triadic Colors of #71137d

#71137d #7d7113 #137d71

Analogous Colors of #71137d

#71137d #7d1354 #3c137d

Monochromatic Colors of #71137d

#71137d

Complementary Color

#71137d #1f7d13

#71137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71137d Color CSS Codes

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

#71137d Text Font Color

<p style="color:#71137d">Text here</p>

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


#71137d Background Color

<div style="background-color:#71137d">
Div content here</div>

This div background color is #71137d


#71137d Border Color

<div style="border:3px solid #71137d">
Div here</div>

This div border color is #71137d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,19,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71137d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71137d;
  -webkit-box-shadow: 1px 1px 3px 2px #71137d;
  box-shadow:         1px 1px 3px 2px #71137d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71137d


Comments

No comments written yet.

Please login to write comment.