Color Hex Logo

#711eef Color Hex

#711EEF
(113,30,239)
0 Favorites   0 Comments

Color spaces of #711eef

RGB 11330239
HSL0.730.870.53
HSV264°87°94°
CMYK 0.530.870.00   0.06
XYZ22.854310.671382.5166
Yxy10.67130.19690.0920
Hunter Lab32.667067.7141-126.8994
CIE-Lab39.021273.7579-87.4793

#711eef color RGB value is (113,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11101111
Octal 161 36 357
Decimal 113 30 239
Hex 71 1E EF

RGB Percentages of Color #711eef

%29.58
%7.85
%62.57

CMYK Percentages of Color #711eef

%53
%87
%0
%6

Triadic Colors of #711eef

#711eef #ef711e #1eef71

Analogous Colors of #711eef

#711eef #da1eef #1e33ef

Monochromatic Colors of #711eef

#711eef

Complementary Color

#711eef #9cef1e

#711eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eef Color CSS Codes

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

#711eef Text Font Color

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

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


#711eef Background Color

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

This div background color is #711eef


#711eef Border Color

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

This div border color is #711eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eef


Comments

No comments written yet.

Please login to write comment.