Color Hex Logo

#711ecd Color Hex

#711ECD
(113,30,205)
0 Favorites   0 Comments

Color spaces of #711ecd

RGB 11330205
HSL0.750.740.46
HSV268°85°80°
CMYK 0.450.850.00   0.20
XYZ18.29388.847058.5011
Yxy8.84700.21360.1033
Hunter Lab29.743957.7334-95.7924
CIE-Lab35.688065.8924-73.4743

#711ecd color RGB value is (113,30,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11001101
Octal 161 36 315
Decimal 113 30 205
Hex 71 1E CD

RGB Percentages of Color #711ecd

%32.47
%8.62
%58.91

CMYK Percentages of Color #711ecd

%45
%85
%0
%20

Triadic Colors of #711ecd

#711ecd #cd711e #1ecd71

Analogous Colors of #711ecd

#711ecd #c91ecd #1e23cd

Monochromatic Colors of #711ecd

#711ecd

Complementary Color

#711ecd #7acd1e

#711ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#711ecd Color CSS Codes

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

#711ecd Text Font Color

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

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


#711ecd Background Color

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

This div background color is #711ecd


#711ecd Border Color

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

This div border color is #711ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711ecd


Comments

No comments written yet.

Please login to write comment.