Color Hex Logo

#710eda Color Hex

#710EDA
(113,14,218)
0 Favorites   0 Comments

Color spaces of #710eda

RGB 11314218
HSL0.750.880.45
HSV269°94°85°
CMYK 0.480.940.00   0.15
XYZ19.62208.886767.0108
Yxy8.88670.20540.0930
Hunter Lab29.810665.3243-112.4098
CIE-Lab35.765272.3836-80.8707

#710eda color RGB value is (113,14,218).

#710eda hex color red value is 113, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #710eda hue: 0.75 , saturation: 0.88 and the lightness value of 710eda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001110 11011010
Octal 161 16 332
Decimal 113 14 218
Hex 71 E DA

RGB Percentages of Color #710eda

%32.75
%4.06
%63.19

CMYK Percentages of Color #710eda

%48
%94
%0
%15

Triadic Colors of #710eda

#710eda #da710e #0eda71

Analogous Colors of #710eda

#710eda #d70eda #0e11da

Monochromatic Colors of #710eda

#710eda

Complementary Color

#710eda #77da0e

#710eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#710eda Color CSS Codes

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

#710eda Text Font Color

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

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


#710eda Background Color

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

This div background color is #710eda


#710eda Border Color

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

This div border color is #710eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710eda


Comments

No comments written yet.

Please login to write comment.