Color Hex Logo

#711eea Color Hex

#711EEA
(113,30,234)
0 Favorites   0 Comments

Color spaces of #711eea

RGB 11330234
HSL0.730.830.52
HSV264°87°92°
CMYK 0.520.870.00   0.08
XYZ22.125610.379878.6792
Yxy10.37980.19900.0934
Hunter Lab32.217766.2044-122.2404
CIE-Lab38.515672.5971-85.4795

#711eea color RGB value is (113,30,234).

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

The process color (four color CMYK) of #711eea color hex is 0.52, 0.87, 0.00, 0.08. Web safe color of #711eea is #6633ff. Color #711eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11101010
Octal 161 36 352
Decimal 113 30 234
Hex 71 1E EA

RGB Percentages of Color #711eea

%29.97
%7.96
%62.07

CMYK Percentages of Color #711eea

%52
%87
%0
%8

Triadic Colors of #711eea

#711eea #ea711e #1eea71

Analogous Colors of #711eea

#711eea #d71eea #1e31ea

Monochromatic Colors of #711eea

#711eea

Complementary Color

#711eea #97ea1e

#711eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eea Color CSS Codes

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

#711eea Text Font Color

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

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


#711eea Background Color

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

This div background color is #711eea


#711eea Border Color

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

This div border color is #711eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eea


Comments

No comments written yet.

Please login to write comment.