Color Hex Logo

#711de1 Color Hex

#711DE1
(113,29,225)
0 Favorites   0 Comments

Color spaces of #711de1

RGB 11329225
HSL0.740.770.50
HSV266°87°88°
CMYK 0.500.870.00   0.12
XYZ20.84009.825772.0323
Yxy9.82570.20290.0957
Hunter Lab31.346063.8182-114.3048
CIE-Lab37.527870.7786-81.9793

#711de1 color RGB value is (113,29,225).

#711de1 hex color red value is 113, green value is 29 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #711de1 hue: 0.74 , saturation: 0.77 and the lightness value of 711de1 is 0.50.

The process color (four color CMYK) of #711de1 color hex is 0.50, 0.87, 0.00, 0.12. Web safe color of #711de1 is #6633cc. Color #711de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 11100001
Octal 161 35 341
Decimal 113 29 225
Hex 71 1D E1

RGB Percentages of Color #711de1

%30.79
%7.90
%61.31

CMYK Percentages of Color #711de1

%50
%87
%0
%12

Triadic Colors of #711de1

#711de1 #e1711d #1de171

Analogous Colors of #711de1

#711de1 #d31de1 #1d2be1

Monochromatic Colors of #711de1

#711de1

Complementary Color

#711de1 #8de11d

#711de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711de1 Color CSS Codes

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

#711de1 Text Font Color

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

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


#711de1 Background Color

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

This div background color is #711de1


#711de1 Border Color

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

This div border color is #711de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711de1


Comments

No comments written yet.

Please login to write comment.