Color Hex Logo

#711eda Color Hex

#711EDA
(113,30,218)
0 Favorites   0 Comments

Color spaces of #711eda

RGB 11330218
HSL0.740.760.49
HSV266°86°85°
CMYK 0.480.860.00   0.15
XYZ19.92929.501267.1132
Yxy9.50120.20640.0984
Hunter Lab30.824061.4668-107.5154
CIE-Lab36.931968.8891-78.9458

#711eda color RGB value is (113,30,218).

#711eda hex color red value is 113, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #711eda hue: 0.74 , saturation: 0.76 and the lightness value of 711eda is 0.49.

The process color (four color CMYK) of #711eda color hex is 0.48, 0.86, 0.00, 0.15. Web safe color of #711eda is #6633cc. Color #711eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11011010
Octal 161 36 332
Decimal 113 30 218
Hex 71 1E DA

RGB Percentages of Color #711eda

%31.30
%8.31
%60.39

CMYK Percentages of Color #711eda

%48
%86
%0
%15

Triadic Colors of #711eda

#711eda #da711e #1eda71

Analogous Colors of #711eda

#711eda #cf1eda #1e29da

Monochromatic Colors of #711eda

#711eda

Complementary Color

#711eda #87da1e

#711eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eda Color CSS Codes

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

#711eda Text Font Color

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

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


#711eda Background Color

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

This div background color is #711eda


#711eda Border Color

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

This div border color is #711eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eda


Comments

No comments written yet.

Please login to write comment.