Color Hex Logo

#711eee Color Hex

#711EEE
(113,30,238)
0 Favorites   0 Comments

Color spaces of #711eee

RGB 11330238
HSL0.730.860.53
HSV264°87°93°
CMYK 0.530.870.00   0.07
XYZ22.706910.612381.7405
Yxy10.61230.19730.0922
Hunter Lab32.576567.4114-125.9660
CIE-Lab38.919773.5259-87.0810

#711eee color RGB value is (113,30,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11101110
Octal 161 36 356
Decimal 113 30 238
Hex 71 1E EE

RGB Percentages of Color #711eee

%29.66
%7.87
%62.47

CMYK Percentages of Color #711eee

%53
%87
%0
%7

Triadic Colors of #711eee

#711eee #ee711e #1eee71

Analogous Colors of #711eee

#711eee #d91eee #1e33ee

Monochromatic Colors of #711eee

#711eee

Complementary Color

#711eee #9bee1e

#711eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eee Color CSS Codes

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

#711eee Text Font Color

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

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


#711eee Background Color

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

This div background color is #711eee


#711eee Border Color

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

This div border color is #711eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eee


Comments

No comments written yet.

Please login to write comment.