Color Hex Logo

#710baa Color Hex

#710BAA
(113,11,170)
0 Favorites   0 Comments

Color spaces of #710baa

RGB 11311170
HSL0.770.880.35
HSV278°94°67°
CMYK 0.340.940.00   0.33
XYZ14.18546.652338.5666
Yxy6.65230.23880.1120
Hunter Lab25.792153.0373-70.6013
CIE-Lab31.001962.6245-60.4701

#710baa color RGB value is (113,11,170).

#710baa hex color red value is 113, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #710baa hue: 0.77 , saturation: 0.88 and the lightness value of 710baa is 0.35.

The process color (four color CMYK) of #710baa color hex is 0.34, 0.94, 0.00, 0.33. Web safe color of #710baa is #660099. Color #710baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001011 10101010
Octal 161 13 252
Decimal 113 11 170
Hex 71 B AA

RGB Percentages of Color #710baa

%38.44
%3.74
%57.82

CMYK Percentages of Color #710baa

%34
%94
%0
%33

Triadic Colors of #710baa

#710baa #aa710b #0baa71

Analogous Colors of #710baa

#710baa #aa0b94 #220baa

Monochromatic Colors of #710baa

#710baa

Complementary Color

#710baa #44aa0b

#710baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#710baa Color CSS Codes

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

#710baa Text Font Color

<p style="color:#710baa">Text here</p>

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


#710baa Background Color

<div style="background-color:#710baa">
Div content here</div>

This div background color is #710baa


#710baa Border Color

<div style="border:3px solid #710baa">
Div here</div>

This div border color is #710baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,11,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710baa;
  -webkit-box-shadow: 1px 1px 3px 2px #710baa;
  box-shadow:         1px 1px 3px 2px #710baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710baa


Comments

No comments written yet.

Please login to write comment.