Color Hex Logo

#710ffa Color Hex

#710FFA
(113,15,250)
0 Favorites   0 Comments

Color spaces of #710ffa

RGB 11315250
HSL0.740.960.52
HSV265°94°98°
CMYK 0.550.940.00   0.02
XYZ24.236210.754591.2409
Yxy10.75450.19200.0852
Hunter Lab32.794174.5295-142.0031
CIE-Lab39.163979.2876-93.4456

#710ffa color RGB value is (113,15,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001111 11111010
Octal 161 17 372
Decimal 113 15 250
Hex 71 F FA

RGB Percentages of Color #710ffa

%29.89
%3.97
%66.14

CMYK Percentages of Color #710ffa

%55
%94
%0
%2

Triadic Colors of #710ffa

#710ffa #fa710f #0ffa71

Analogous Colors of #710ffa

#710ffa #e70ffa #0f23fa

Monochromatic Colors of #710ffa

#710ffa

Complementary Color

#710ffa #98fa0f

#710ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#710ffa Color CSS Codes

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

#710ffa Text Font Color

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

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


#710ffa Background Color

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

This div background color is #710ffa


#710ffa Border Color

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

This div border color is #710ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,15,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 #710ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.