Color Hex Logo

#711efe Color Hex

#711EFE
(113,30,254)
0 Favorites   0 Comments

Color spaces of #711efe

RGB 11330254
HSL0.730.990.56
HSV262°88°100°
CMYK 0.560.880.00   0.00
XYZ25.163711.595094.6777
Yxy11.59500.19150.0882
Hunter Lab34.051472.3199-141.0158
CIE-Lab40.565177.2420-93.3682

#711efe color RGB value is (113,30,254).

#711efe hex color red value is 113, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #711efe hue: 0.73 , saturation: 0.99 and the lightness value of 711efe is 0.56.

The process color (four color CMYK) of #711efe color hex is 0.56, 0.88, 0.00, 0.00. Web safe color of #711efe is #6633ff. Color #711efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11111110
Octal 161 36 376
Decimal 113 30 254
Hex 71 1E FE

RGB Percentages of Color #711efe

%28.46
%7.56
%63.98

CMYK Percentages of Color #711efe

%56
%88
%0
%0

Triadic Colors of #711efe

#711efe #fe711e #1efe71

Analogous Colors of #711efe

#711efe #e11efe #1e3bfe

Monochromatic Colors of #711efe

#711efe

Complementary Color

#711efe #abfe1e

#711efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#711efe Color CSS Codes

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

#711efe Text Font Color

<p style="color:#711efe">Text here</p>

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


#711efe Background Color

<div style="background-color:#711efe">
Div content here</div>

This div background color is #711efe


#711efe Border Color

<div style="border:3px solid #711efe">
Div here</div>

This div border color is #711efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711efe


Comments

No comments written yet.

Please login to write comment.