Color Hex Logo

#71075b Color Hex

#71075B
(113,7,91)
0 Favorites   0 Comments

Color spaces of #71075b

RGB 113791
HSL0.870.880.24
HSV312°94°44°
CMYK 0.000.940.19   0.56
XYZ8.77444.418010.2878
Yxy4.41800.37370.1882
Hunter Lab21.019037.7315-14.3063
CIE-Lab25.007849.2186-20.3897

#71075b color RGB value is (113,7,91).

#71075b hex color red value is 113, green value is 7 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #71075b hue: 0.87 , saturation: 0.88 and the lightness value of 71075b is 0.24.

The process color (four color CMYK) of #71075b color hex is 0.00, 0.94, 0.19, 0.56. Web safe color of #71075b is #660066. Color #71075b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000111 01011011
Octal 161 7 133
Decimal 113 7 91
Hex 71 7 5B

RGB Percentages of Color #71075b

%53.55
%3.32
%43.13

CMYK Percentages of Color #71075b

%0
%94
%19
%56

Triadic Colors of #71075b

#71075b #5b7107 #075b71

Analogous Colors of #71075b

#71075b #710726 #520771

Monochromatic Colors of #71075b

#71075b

Complementary Color

#71075b #07711d

#71075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71075b Color CSS Codes

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

#71075b Text Font Color

<p style="color:#71075b">Text here</p>

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


#71075b Background Color

<div style="background-color:#71075b">
Div content here</div>

This div background color is #71075b


#71075b Border Color

<div style="border:3px solid #71075b">
Div here</div>

This div border color is #71075b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,7,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71075b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71075b;
  -webkit-box-shadow: 1px 1px 3px 2px #71075b;
  box-shadow:         1px 1px 3px 2px #71075b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71075b


Comments

No comments written yet.

Please login to write comment.