Color Hex Logo

#e72fae Color Hex

#E72FAE
(231,47,174)
0 Favorites   0 Comments

Color spaces of #e72fae

RGB 23147174
HSL0.880.790.55
HSV319°80°91°
CMYK 0.000.800.25   0.09
XYZ41.611522.077942.1127
Yxy22.07790.39330.2087
Hunter Lab46.987175.8510-20.2483
CIE-Lab54.109677.4637-24.8398

#e72fae color RGB value is (231,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 10101110
Octal 347 57 256
Decimal 231 47 174
Hex E7 2F AE

RGB Percentages of Color #e72fae

%51.11
%10.40
%38.50

CMYK Percentages of Color #e72fae

%0
%80
%25
%9

Triadic Colors of #e72fae

#e72fae #aee72f #2faee7

Analogous Colors of #e72fae

#e72fae #e72f52 #c42fe7

Monochromatic Colors of #e72fae

#e72fae

Complementary Color

#e72fae #2fe768

#e72fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fae Color CSS Codes

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

#e72fae Text Font Color

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

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


#e72fae Background Color

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

This div background color is #e72fae


#e72fae Border Color

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

This div border color is #e72fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fae


Comments

No comments written yet.

Please login to write comment.