Color Hex Logo

#e711cc Color Hex

#E711CC
(231,17,204)
0 Favorites   0 Comments

Color spaces of #e711cc

RGB 23117204
HSL0.850.860.49
HSV308°93°91°
CMYK 0.000.930.12   0.09
XYZ44.054521.749559.0029
Yxy21.74950.35300.1743
Hunter Lab46.636487.0043-42.3664
CIE-Lab53.760286.2587-42.7789

#e711cc color RGB value is (231,17,204).

#e711cc hex color red value is 231, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e711cc hue: 0.85 , saturation: 0.86 and the lightness value of e711cc is 0.49.

The process color (four color CMYK) of #e711cc color hex is 0.00, 0.93, 0.12, 0.09. Web safe color of #e711cc is #ff00cc. Color #e711cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010001 11001100
Octal 347 21 314
Decimal 231 17 204
Hex E7 11 CC

RGB Percentages of Color #e711cc

%51.11
%3.76
%45.13

CMYK Percentages of Color #e711cc

%0
%93
%12
%9

Triadic Colors of #e711cc

#e711cc #cce711 #11cce7

Analogous Colors of #e711cc

#e711cc #e71161 #9711e7

Monochromatic Colors of #e711cc

#e711cc

Complementary Color

#e711cc #11e72c

#e711cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e711cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e711cc Color CSS Codes

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

#e711cc Text Font Color

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

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


#e711cc Background Color

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

This div background color is #e711cc


#e711cc Border Color

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

This div border color is #e711cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,17,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e711cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e711cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e711cc;
  box-shadow:         1px 1px 3px 2px #e711cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,17,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e711cc


Comments

No comments written yet.

Please login to write comment.