Color Hex Logo

#710ed1 Color Hex

#710ED1
(113,14,209)
0 Favorites   0 Comments

Color spaces of #710ed1

RGB 11314209
HSL0.750.870.44
HSV270°93°82°
CMYK 0.460.930.00   0.18
XYZ18.47578.428260.9746
Yxy8.42820.21020.0959
Hunter Lab29.031462.7934-104.2049
CIE-Lab34.859270.4186-77.1632

#710ed1 color RGB value is (113,14,209).

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

The process color (four color CMYK) of #710ed1 color hex is 0.46, 0.93, 0.00, 0.18. Web safe color of #710ed1 is #6600cc. Color #710ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001110 11010001
Octal 161 16 321
Decimal 113 14 209
Hex 71 E D1

RGB Percentages of Color #710ed1

%33.63
%4.17
%62.20

CMYK Percentages of Color #710ed1

%46
%93
%0
%18

Triadic Colors of #710ed1

#710ed1 #d1710e #0ed171

Analogous Colors of #710ed1

#710ed1 #d10ed0 #0f0ed1

Monochromatic Colors of #710ed1

#710ed1

Complementary Color

#710ed1 #6ed10e

#710ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710ed1 Color CSS Codes

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

#710ed1 Text Font Color

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

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


#710ed1 Background Color

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

This div background color is #710ed1


#710ed1 Border Color

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

This div border color is #710ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710ed1


Comments

No comments written yet.

Please login to write comment.