Color Hex Logo

#e72acd Color Hex

#E72ACD
(231,42,205)
0 Favorites   0 Comments

Color spaces of #e72acd

RGB 23142205
HSL0.860.800.54
HSV308°82°91°
CMYK 0.000.820.11   0.09
XYZ44.802423.052659.8459
Yxy23.05260.35080.1805
Hunter Lab48.013182.5404-40.2928
CIE-Lab55.126582.5470-41.1961

#e72acd color RGB value is (231,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11001101
Octal 347 52 315
Decimal 231 42 205
Hex E7 2A CD

RGB Percentages of Color #e72acd

%48.33
%8.79
%42.89

CMYK Percentages of Color #e72acd

%0
%82
%11
%9

Triadic Colors of #e72acd

#e72acd #cde72a #2acde7

Analogous Colors of #e72acd

#e72acd #e72a6f #a32ae7

Monochromatic Colors of #e72acd

#e72acd

Complementary Color

#e72acd #2ae744

#e72acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72acd Color CSS Codes

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

#e72acd Text Font Color

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

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


#e72acd Background Color

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

This div background color is #e72acd


#e72acd Border Color

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

This div border color is #e72acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72acd


Comments

No comments written yet.

Please login to write comment.