Color Hex Logo

#e71bdd Color Hex

#E71BDD
(231,27,221)
0 Favorites   0 Comments

Color spaces of #e71bdd

RGB 23127221
HSL0.840.810.51
HSV303°88°91°
CMYK 0.000.880.04   0.09
XYZ46.398122.993270.3993
Yxy22.99320.33190.1645
Hunter Lab47.951288.8038-53.4804
CIE-Lab55.065387.3765-50.4151

#e71bdd color RGB value is (231,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011011 11011101
Octal 347 33 335
Decimal 231 27 221
Hex E7 1B DD

RGB Percentages of Color #e71bdd

%48.23
%5.64
%46.14

CMYK Percentages of Color #e71bdd

%0
%88
%4
%9

Triadic Colors of #e71bdd

#e71bdd #dde71b #1bdde7

Analogous Colors of #e71bdd

#e71bdd #e71b77 #8b1be7

Monochromatic Colors of #e71bdd

#e71bdd

Complementary Color

#e71bdd #1be725

#e71bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71bdd Color CSS Codes

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

#e71bdd Text Font Color

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

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


#e71bdd Background Color

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

This div background color is #e71bdd


#e71bdd Border Color

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

This div border color is #e71bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71bdd


Comments

No comments written yet.

Please login to write comment.