Color Hex Logo

#e71dce Color Hex

#E71DCE
(231,29,206)
0 Favorites   0 Comments

Color spaces of #e71dce

RGB 23129206
HSL0.850.810.51
HSV307°87°91°
CMYK 0.000.870.11   0.09
XYZ44.534922.323960.3542
Yxy22.32390.35010.1755
Hunter Lab47.248285.5652-42.6625
CIE-Lab54.369085.0360-42.9647

#e71dce color RGB value is (231,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 11001110
Octal 347 35 316
Decimal 231 29 206
Hex E7 1D CE

RGB Percentages of Color #e71dce

%49.57
%6.22
%44.21

CMYK Percentages of Color #e71dce

%0
%87
%11
%9

Triadic Colors of #e71dce

#e71dce #cee71d #1dcee7

Analogous Colors of #e71dce

#e71dce #e71d69 #9b1de7

Monochromatic Colors of #e71dce

#e71dce

Complementary Color

#e71dce #1de736

#e71dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71dce Color CSS Codes

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

#e71dce Text Font Color

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

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


#e71dce Background Color

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

This div background color is #e71dce


#e71dce Border Color

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

This div border color is #e71dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71dce


Comments

No comments written yet.

Please login to write comment.