Color Hex Logo

#e72fad Color Hex

#E72FAD
(231,47,173)
0 Favorites   0 Comments

Color spaces of #e72fad

RGB 23147173
HSL0.890.790.55
HSV319°80°91°
CMYK 0.000.800.25   0.09
XYZ41.514322.039141.6011
Yxy22.03910.39480.2096
Hunter Lab46.945875.6928-19.6778
CIE-Lab54.068577.3450-24.3182

#e72fad color RGB value is (231,47,173).

#e72fad hex color red value is 231, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e72fad hue: 0.89 , saturation: 0.79 and the lightness value of e72fad is 0.55.

The process color (four color CMYK) of #e72fad color hex is 0.00, 0.80, 0.25, 0.09. Web safe color of #e72fad is #ff3399. Color #e72fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 10101101
Octal 347 57 255
Decimal 231 47 173
Hex E7 2F AD

RGB Percentages of Color #e72fad

%51.22
%10.42
%38.36

CMYK Percentages of Color #e72fad

%0
%80
%25
%9

Triadic Colors of #e72fad

#e72fad #ade72f #2fade7

Analogous Colors of #e72fad

#e72fad #e72f51 #c52fe7

Monochromatic Colors of #e72fad

#e72fad

Complementary Color

#e72fad #2fe769

#e72fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fad Color CSS Codes

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

#e72fad Text Font Color

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

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


#e72fad Background Color

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

This div background color is #e72fad


#e72fad Border Color

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

This div border color is #e72fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fad


Comments

No comments written yet.

Please login to write comment.