Color Hex Logo

#710ede Color Hex

#710EDE
(113,14,222)
0 Favorites   0 Comments

Color spaces of #710ede

RGB 11314222
HSL0.750.880.46
HSV269°94°87°
CMYK 0.490.940.00   0.13
XYZ20.15199.098769.8013
Yxy9.09870.20340.0919
Hunter Lab30.164166.4646-116.0855
CIE-Lab36.173673.2598-82.4960

#710ede color RGB value is (113,14,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001110 11011110
Octal 161 16 336
Decimal 113 14 222
Hex 71 E DE

RGB Percentages of Color #710ede

%32.38
%4.01
%63.61

CMYK Percentages of Color #710ede

%49
%94
%0
%13

Triadic Colors of #710ede

#710ede #de710e #0ede71

Analogous Colors of #710ede

#710ede #d90ede #0e13de

Monochromatic Colors of #710ede

#710ede

Complementary Color

#710ede #7bde0e

#710ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#710ede Color CSS Codes

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

#710ede Text Font Color

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

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


#710ede Background Color

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

This div background color is #710ede


#710ede Border Color

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

This div border color is #710ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710ede


Comments

No comments written yet.

Please login to write comment.