Color Hex Logo

#71096b Color Hex

#71096B
(113,9,107)
0 Favorites   0 Comments

Color spaces of #71096b

RGB 1139107
HSL0.840.850.24
HSV303°92°44°
CMYK 0.000.920.05   0.56
XYZ9.56164.767614.3262
Yxy4.76760.33370.1664
Hunter Lab21.834839.9552-23.6168
CIE-Lab26.062151.2394-29.2024

#71096b color RGB value is (113,9,107).

#71096b hex color red value is 113, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71096b hue: 0.84 , saturation: 0.85 and the lightness value of 71096b is 0.24.

The process color (four color CMYK) of #71096b color hex is 0.00, 0.92, 0.05, 0.56. Web safe color of #71096b is #660066. Color #71096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 01101011
Octal 161 11 153
Decimal 113 9 107
Hex 71 9 6B

RGB Percentages of Color #71096b

%49.34
%3.93
%46.72

CMYK Percentages of Color #71096b

%0
%92
%5
%56

Triadic Colors of #71096b

#71096b #6b7109 #096b71

Analogous Colors of #71096b

#71096b #710937 #430971

Monochromatic Colors of #71096b

#71096b

Complementary Color

#71096b #09710f

#71096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71096b Color CSS Codes

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

#71096b Text Font Color

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

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


#71096b Background Color

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

This div background color is #71096b


#71096b Border Color

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

This div border color is #71096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71096b


Comments

No comments written yet.

Please login to write comment.