Color Hex Logo

#e71cdd Color Hex

#E71CDD
(231,28,221)
0 Favorites   0 Comments

Color spaces of #e71cdd

RGB 23128221
HSL0.840.810.51
HSV303°88°91°
CMYK 0.000.880.04   0.09
XYZ46.421423.039970.4071
Yxy23.03990.33190.1647
Hunter Lab47.999988.6301-53.3677
CIE-Lab55.113487.2352-50.3386

#e71cdd color RGB value is (231,28,221).

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

The process color (four color CMYK) of #e71cdd color hex is 0.00, 0.88, 0.04, 0.09. Web safe color of #e71cdd is #ff33cc. Color #e71cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011100 11011101
Octal 347 34 335
Decimal 231 28 221
Hex E7 1C DD

RGB Percentages of Color #e71cdd

%48.13
%5.83
%46.04

CMYK Percentages of Color #e71cdd

%0
%88
%4
%9

Triadic Colors of #e71cdd

#e71cdd #dde71c #1cdde7

Analogous Colors of #e71cdd

#e71cdd #e71c78 #8c1ce7

Monochromatic Colors of #e71cdd

#e71cdd

Complementary Color

#e71cdd #1ce726

#e71cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71cdd Color CSS Codes

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

#e71cdd Text Font Color

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

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


#e71cdd Background Color

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

This div background color is #e71cdd


#e71cdd Border Color

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

This div border color is #e71cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71cdd


Comments

No comments written yet.

Please login to write comment.