Color Hex Logo

#e72cae Color Hex

#E72CAE
(231,44,174)
0 Favorites   0 Comments

Color spaces of #e72cae

RGB 23144174
HSL0.880.800.54
HSV318°81°91°
CMYK 0.000.810.25   0.09
XYZ41.495721.846342.0741
Yxy21.84630.39360.2072
Hunter Lab46.740076.6769-20.6532
CIE-Lab53.863578.1716-25.2195

#e72cae color RGB value is (231,44,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101100 10101110
Octal 347 54 256
Decimal 231 44 174
Hex E7 2C AE

RGB Percentages of Color #e72cae

%51.45
%9.80
%38.75

CMYK Percentages of Color #e72cae

%0
%81
%25
%9

Triadic Colors of #e72cae

#e72cae #aee72c #2caee7

Analogous Colors of #e72cae

#e72cae #e72c50 #c32ce7

Monochromatic Colors of #e72cae

#e72cae

Complementary Color

#e72cae #2ce765

#e72cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72cae Color CSS Codes

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

#e72cae Text Font Color

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

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


#e72cae Background Color

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

This div background color is #e72cae


#e72cae Border Color

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

This div border color is #e72cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72cae


Comments

No comments written yet.

Please login to write comment.