Color Hex Logo

#710afa Color Hex

#710AFA
(113,10,250)
0 Favorites   0 Comments

Color spaces of #710afa

RGB 11310250
HSL0.740.960.51
HSV266°96°98°
CMYK 0.550.960.00   0.02
XYZ24.173910.629991.2202
Yxy10.62990.19180.0843
Hunter Lab32.603575.2927-143.0628
CIE-Lab38.950079.9375-93.8001

#710afa color RGB value is (113,10,250).

#710afa hex color red value is 113, green value is 10 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #710afa hue: 0.74 , saturation: 0.96 and the lightness value of 710afa is 0.51.

The process color (four color CMYK) of #710afa color hex is 0.55, 0.96, 0.00, 0.02. Web safe color of #710afa is #6600ff. Color #710afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001010 11111010
Octal 161 12 372
Decimal 113 10 250
Hex 71 A FA

RGB Percentages of Color #710afa

%30.29
%2.68
%67.02

CMYK Percentages of Color #710afa

%55
%96
%0
%2

Triadic Colors of #710afa

#710afa #fa710a #0afa71

Analogous Colors of #710afa

#710afa #e90afa #0a1bfa

Monochromatic Colors of #710afa

#710afa

Complementary Color

#710afa #93fa0a

#710afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#710afa Color CSS Codes

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

#710afa Text Font Color

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

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


#710afa Background Color

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

This div background color is #710afa


#710afa Border Color

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

This div border color is #710afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710afa

Related Colors


Comments

No comments written yet.

Please login to write comment.