Color Hex Logo

#e71dda Color Hex

#E71DDA
(231,29,218)
0 Favorites   0 Comments

Color spaces of #e71dda

RGB 23129218
HSL0.840.810.51
HSV304°87°91°
CMYK 0.000.870.06   0.09
XYZ46.049322.929668.3285
Yxy22.92960.33540.1670
Hunter Lab47.884987.8591-51.0835
CIE-Lab54.999786.6702-48.8156

#e71dda color RGB value is (231,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 11011010
Octal 347 35 332
Decimal 231 29 218
Hex E7 1D DA

RGB Percentages of Color #e71dda

%48.33
%6.07
%45.61

CMYK Percentages of Color #e71dda

%0
%87
%6
%9

Triadic Colors of #e71dda

#e71dda #dae71d #1ddae7

Analogous Colors of #e71dda

#e71dda #e71d75 #8f1de7

Monochromatic Colors of #e71dda

#e71dda

Complementary Color

#e71dda #1de72a

#e71dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71dda Color CSS Codes

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

#e71dda Text Font Color

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

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


#e71dda Background Color

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

This div background color is #e71dda


#e71dda Border Color

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

This div border color is #e71dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71dda


Comments

No comments written yet.

Please login to write comment.