Color Hex Logo

#710afe Color Hex

#710AFE
(113,10,254)
0 Favorites   0 Comments

Color spaces of #710afe

RGB 11310254
HSL0.740.990.52
HSV265°96°100°
CMYK 0.560.960.00   0.00
XYZ24.808010.883694.5591
Yxy10.88360.19050.0836
Hunter Lab32.990376.4951-146.8479
CIE-Lab39.383780.8140-95.3252

#710afe color RGB value is (113,10,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001010 11111110
Octal 161 12 376
Decimal 113 10 254
Hex 71 A FE

RGB Percentages of Color #710afe

%29.97
%2.65
%67.37

CMYK Percentages of Color #710afe

%56
%96
%0
%0

Triadic Colors of #710afe

#710afe #fe710a #0afe71

Analogous Colors of #710afe

#710afe #eb0afe #0a1dfe

Monochromatic Colors of #710afe

#710afe

Complementary Color

#710afe #97fe0a

#710afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#710afe Color CSS Codes

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

#710afe Text Font Color

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

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


#710afe Background Color

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

This div background color is #710afe


#710afe Border Color

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

This div border color is #710afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710afe


Comments

No comments written yet.

Please login to write comment.