Color Hex Logo

#711ecf Color Hex

#711ECF
(113,30,207)
0 Favorites   0 Comments

Color spaces of #711ecf

RGB 11330207
HSL0.740.750.46
HSV268°86°81°
CMYK 0.450.860.00   0.19
XYZ18.53688.944359.7809
Yxy8.94430.21240.1025
Hunter Lab29.907058.2996-97.5794
CIE-Lab35.876866.3512-74.3258

#711ecf color RGB value is (113,30,207).

#711ecf hex color red value is 113, green value is 30 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #711ecf hue: 0.74 , saturation: 0.75 and the lightness value of 711ecf is 0.46.

The process color (four color CMYK) of #711ecf color hex is 0.45, 0.86, 0.00, 0.19. Web safe color of #711ecf is #6633cc. Color #711ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11001111
Octal 161 36 317
Decimal 113 30 207
Hex 71 1E CF

RGB Percentages of Color #711ecf

%32.29
%8.57
%59.14

CMYK Percentages of Color #711ecf

%45
%86
%0
%19

Triadic Colors of #711ecf

#711ecf #cf711e #1ecf71

Analogous Colors of #711ecf

#711ecf #ca1ecf #1e24cf

Monochromatic Colors of #711ecf

#711ecf

Complementary Color

#711ecf #7ccf1e

#711ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#711ecf Color CSS Codes

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

#711ecf Text Font Color

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

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


#711ecf Background Color

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

This div background color is #711ecf


#711ecf Border Color

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

This div border color is #711ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711ecf


Comments

No comments written yet.

Please login to write comment.