Color Hex Logo

#e72eae Color Hex

#E72EAE
(231,46,174)
0 Favorites   0 Comments

Color spaces of #e72eae

RGB 23146174
HSL0.880.790.54
HSV318°80°91°
CMYK 0.000.800.25   0.09
XYZ41.572021.998942.0995
Yxy21.99890.39340.2082
Hunter Lab46.903076.1315-20.3858
CIE-Lab54.025877.7045-24.9690

#e72eae color RGB value is (231,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101110 10101110
Octal 347 56 256
Decimal 231 46 174
Hex E7 2E AE

RGB Percentages of Color #e72eae

%51.22
%10.20
%38.58

CMYK Percentages of Color #e72eae

%0
%80
%25
%9

Triadic Colors of #e72eae

#e72eae #aee72e #2eaee7

Analogous Colors of #e72eae

#e72eae #e72e52 #c42ee7

Monochromatic Colors of #e72eae

#e72eae

Complementary Color

#e72eae #2ee767

#e72eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72eae Color CSS Codes

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

#e72eae Text Font Color

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

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


#e72eae Background Color

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

This div background color is #e72eae


#e72eae Border Color

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

This div border color is #e72eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72eae


Comments

No comments written yet.

Please login to write comment.