Color Hex Logo

#71109a Color Hex

#71109A
(113,16,154)
0 Favorites   0 Comments

Color spaces of #71109a

RGB 11316154
HSL0.780.810.33
HSV282°90°60°
CMYK 0.270.900.00   0.40
XYZ12.82816.214431.0952
Yxy6.21440.25590.1239
Hunter Lab24.928748.2294-56.5062
CIE-Lab29.947158.4271-52.4876

#71109a color RGB value is (113,16,154).

#71109a hex color red value is 113, green value is 16 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71109a hue: 0.78 , saturation: 0.81 and the lightness value of 71109a is 0.33.

The process color (four color CMYK) of #71109a color hex is 0.27, 0.90, 0.00, 0.40. Web safe color of #71109a is #660099. Color #71109a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010000 10011010
Octal 161 20 232
Decimal 113 16 154
Hex 71 10 9A

RGB Percentages of Color #71109a

%39.93
%5.65
%54.42

CMYK Percentages of Color #71109a

%27
%90
%0
%40

Triadic Colors of #71109a

#71109a #9a7110 #109a71

Analogous Colors of #71109a

#71109a #9a107e #2c109a

Monochromatic Colors of #71109a

#71109a

Complementary Color

#71109a #399a10

#71109a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71109a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71109a Color CSS Codes

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

#71109a Text Font Color

<p style="color:#71109a">Text here</p>

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


#71109a Background Color

<div style="background-color:#71109a">
Div content here</div>

This div background color is #71109a


#71109a Border Color

<div style="border:3px solid #71109a">
Div here</div>

This div border color is #71109a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71109a


Comments

No comments written yet.

Please login to write comment.