Color Hex Logo

#e71dcc Color Hex

#E71DCC
(231,29,204)
0 Favorites   0 Comments

Color spaces of #e71dcc

RGB 23129204
HSL0.860.810.51
HSV308°87°91°
CMYK 0.000.870.12   0.09
XYZ44.293422.227359.0825
Yxy22.22730.35260.1770
Hunter Lab47.145885.1951-41.2993
CIE-Lab54.267384.7709-41.9778

#e71dcc color RGB value is (231,29,204).

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

The process color (four color CMYK) of #e71dcc color hex is 0.00, 0.87, 0.12, 0.09. Web safe color of #e71dcc is #ff33cc. Color #e71dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 11001100
Octal 347 35 314
Decimal 231 29 204
Hex E7 1D CC

RGB Percentages of Color #e71dcc

%49.78
%6.25
%43.97

CMYK Percentages of Color #e71dcc

%0
%87
%12
%9

Triadic Colors of #e71dcc

#e71dcc #cce71d #1dcce7

Analogous Colors of #e71dcc

#e71dcc #e71d67 #9d1de7

Monochromatic Colors of #e71dcc

#e71dcc

Complementary Color

#e71dcc #1de738

#e71dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71dcc Color CSS Codes

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

#e71dcc Text Font Color

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

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


#e71dcc Background Color

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

This div background color is #e71dcc


#e71dcc Border Color

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

This div border color is #e71dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,29,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 #e71dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71dcc


Comments

No comments written yet.

Please login to write comment.