Color Hex Logo

#711eec Color Hex

#711EEC
(113,30,236)
0 Favorites   0 Comments

Color spaces of #711eec

RGB 11330236
HSL0.730.840.52
HSV264°87°93°
CMYK 0.520.870.00   0.07
XYZ22.414610.495480.2013
Yxy10.49540.19820.0928
Hunter Lab32.396666.8067-124.1012
CIE-Lab38.717373.0613-86.2818

#711eec color RGB value is (113,30,236).

#711eec hex color red value is 113, green value is 30 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #711eec hue: 0.73 , saturation: 0.84 and the lightness value of 711eec is 0.52.

The process color (four color CMYK) of #711eec color hex is 0.52, 0.87, 0.00, 0.07. Web safe color of #711eec is #6633ff. Color #711eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11101100
Octal 161 36 354
Decimal 113 30 236
Hex 71 1E EC

RGB Percentages of Color #711eec

%29.82
%7.92
%62.27

CMYK Percentages of Color #711eec

%52
%87
%0
%7

Triadic Colors of #711eec

#711eec #ec711e #1eec71

Analogous Colors of #711eec

#711eec #d81eec #1e32ec

Monochromatic Colors of #711eec

#711eec

Complementary Color

#711eec #99ec1e

#711eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eec Color CSS Codes

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

#711eec Text Font Color

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

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


#711eec Background Color

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

This div background color is #711eec


#711eec Border Color

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

This div border color is #711eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eec


Comments

No comments written yet.

Please login to write comment.