Color Hex Logo

#e72acb Color Hex

#E72ACB
(231,42,203)
0 Favorites   0 Comments

Color spaces of #e72acb

RGB 23142203
HSL0.860.800.54
HSV309°82°91°
CMYK 0.000.820.12   0.09
XYZ44.562522.956658.5823
Yxy22.95660.35340.1820
Hunter Lab47.913082.1697-38.9535
CIE-Lab55.027682.2774-40.2054

#e72acb color RGB value is (231,42,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11001011
Octal 347 52 313
Decimal 231 42 203
Hex E7 2A CB

RGB Percentages of Color #e72acb

%48.53
%8.82
%42.65

CMYK Percentages of Color #e72acb

%0
%82
%12
%9

Triadic Colors of #e72acb

#e72acb #cbe72a #2acbe7

Analogous Colors of #e72acb

#e72acb #e72a6d #a52ae7

Monochromatic Colors of #e72acb

#e72acb

Complementary Color

#e72acb #2ae746

#e72acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72acb Color CSS Codes

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

#e72acb Text Font Color

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

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


#e72acb Background Color

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

This div background color is #e72acb


#e72acb Border Color

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

This div border color is #e72acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72acb


Comments

No comments written yet.

Please login to write comment.