Color Hex Logo

#71107d Color Hex

#71107D
(113,16,125)
0 Favorites   0 Comments

Color spaces of #71107d

RGB 11316125
HSL0.810.770.28
HSV293°87°49°
CMYK 0.100.870.00   0.51
XYZ10.69705.362019.8732
Yxy5.36200.29770.1492
Hunter Lab23.156041.9358-34.6753
CIE-Lab27.742252.8602-38.0311

#71107d color RGB value is (113,16,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010000 01111101
Octal 161 20 175
Decimal 113 16 125
Hex 71 10 7D

RGB Percentages of Color #71107d

%44.49
%6.30
%49.21

CMYK Percentages of Color #71107d

%10
%87
%0
%51

Triadic Colors of #71107d

#71107d #7d7110 #107d71

Analogous Colors of #71107d

#71107d #7d1053 #3b107d

Monochromatic Colors of #71107d

#71107d

Complementary Color

#71107d #1c7d10

#71107d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71107d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71107d Color CSS Codes

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

#71107d Text Font Color

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

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


#71107d Background Color

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

This div background color is #71107d


#71107d Border Color

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

This div border color is #71107d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,16,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 #71107d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71107d


Comments

No comments written yet.

Please login to write comment.