Color Hex Logo

#711ae4 Color Hex

#711AE4
(113,26,228)
0 Favorites   0 Comments

Color spaces of #711ae4

RGB 11326228
HSL0.740.800.50
HSV266°89°89°
CMYK 0.500.890.00   0.11
XYZ21.18309.850974.1837
Yxy9.85090.20130.0936
Hunter Lab31.386165.5467-118.1664
CIE-Lab37.573572.2266-83.6185

#711ae4 color RGB value is (113,26,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011010 11100100
Octal 161 32 344
Decimal 113 26 228
Hex 71 1A E4

RGB Percentages of Color #711ae4

%30.79
%7.08
%62.13

CMYK Percentages of Color #711ae4

%50
%89
%0
%11

Triadic Colors of #711ae4

#711ae4 #e4711a #1ae471

Analogous Colors of #711ae4

#711ae4 #d61ae4 #1a28e4

Monochromatic Colors of #711ae4

#711ae4

Complementary Color

#711ae4 #8de41a

#711ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711ae4 Color CSS Codes

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

#711ae4 Text Font Color

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

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


#711ae4 Background Color

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

This div background color is #711ae4


#711ae4 Border Color

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

This div border color is #711ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711ae4


Comments

No comments written yet.

Please login to write comment.