Color Hex Logo

#710efa Color Hex

#710EFA
(113,14,250)
0 Favorites   0 Comments

Color spaces of #710efa

RGB 11314250
HSL0.740.960.52
HSV265°94°98°
CMYK 0.550.940.00   0.02
XYZ24.222410.726991.2363
Yxy10.72690.19200.0850
Hunter Lab32.751974.6976-142.2363
CIE-Lab39.116679.4309-93.5239

#710efa color RGB value is (113,14,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001110 11111010
Octal 161 16 372
Decimal 113 14 250
Hex 71 E FA

RGB Percentages of Color #710efa

%29.97
%3.71
%66.31

CMYK Percentages of Color #710efa

%55
%94
%0
%2

Triadic Colors of #710efa

#710efa #fa710e #0efa71

Analogous Colors of #710efa

#710efa #e70efa #0e21fa

Monochromatic Colors of #710efa

#710efa

Complementary Color

#710efa #97fa0e

#710efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#710efa Color CSS Codes

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

#710efa Text Font Color

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

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


#710efa Background Color

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

This div background color is #710efa


#710efa Border Color

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

This div border color is #710efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710efa


Comments

No comments written yet.

Please login to write comment.