Color Hex Logo

#710aba Color Hex

#710ABA
(113,10,186)
0 Favorites   0 Comments

Color spaces of #710aba

RGB 11310186
HSL0.760.900.38
HSV275°95°73°
CMYK 0.390.950.00   0.27
XYZ15.78157.273047.0264
Yxy7.27300.22520.1038
Hunter Lab26.968557.2602-84.5092
CIE-Lab32.420566.1057-67.6951

#710aba color RGB value is (113,10,186).

#710aba hex color red value is 113, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #710aba hue: 0.76 , saturation: 0.90 and the lightness value of 710aba is 0.38.

The process color (four color CMYK) of #710aba color hex is 0.39, 0.95, 0.00, 0.27. Web safe color of #710aba is #6600cc. Color #710aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001010 10111010
Octal 161 12 272
Decimal 113 10 186
Hex 71 A BA

RGB Percentages of Color #710aba

%36.57
%3.24
%60.19

CMYK Percentages of Color #710aba

%39
%95
%0
%27

Triadic Colors of #710aba

#710aba #ba710a #0aba71

Analogous Colors of #710aba

#710aba #ba0aab #190aba

Monochromatic Colors of #710aba

#710aba

Complementary Color

#710aba #53ba0a

#710aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#710aba Color CSS Codes

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

#710aba Text Font Color

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

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


#710aba Background Color

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

This div background color is #710aba


#710aba Border Color

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

This div border color is #710aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710aba


Comments

No comments written yet.

Please login to write comment.