Color Hex Logo

#e71acb Color Hex

#E71ACB
(231,26,203)
0 Favorites   0 Comments

Color spaces of #e71acb

RGB 23126203
HSL0.860.810.50
HSV308°89°91°
CMYK 0.000.890.12   0.09
XYZ44.103922.039558.4294
Yxy22.03950.35400.1769
Hunter Lab46.946285.5368-40.9301
CIE-Lab54.068985.0727-41.7167

#e71acb color RGB value is (231,26,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011010 11001011
Octal 347 32 313
Decimal 231 26 203
Hex E7 1A CB

RGB Percentages of Color #e71acb

%50.22
%5.65
%44.13

CMYK Percentages of Color #e71acb

%0
%89
%12
%9

Triadic Colors of #e71acb

#e71acb #cbe71a #1acbe7

Analogous Colors of #e71acb

#e71acb #e71a65 #9d1ae7

Monochromatic Colors of #e71acb

#e71acb

Complementary Color

#e71acb #1ae736

#e71acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71acb Color CSS Codes

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

#e71acb Text Font Color

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

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


#e71acb Background Color

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

This div background color is #e71acb


#e71acb Border Color

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

This div border color is #e71acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71acb


Comments

No comments written yet.

Please login to write comment.