Color Hex Logo

#e72cfe Color Hex

#E72CFE
(231,44,254)
0 Favorites   0 Comments

Color spaces of #e72cfe

RGB 23144254
HSL0.820.990.58
HSV293°83°100°
CMYK 0.090.830.00   0.00
XYZ51.745125.946096.0467
Yxy25.94600.29780.1493
Hunter Lab50.937292.1909-76.1406
CIE-Lab57.985889.3654-64.2481

#e72cfe color RGB value is (231,44,254).

#e72cfe hex color red value is 231, green value is 44 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e72cfe hue: 0.82 , saturation: 0.99 and the lightness value of e72cfe is 0.58.

The process color (four color CMYK) of #e72cfe color hex is 0.09, 0.83, 0.00, 0.00. Web safe color of #e72cfe is #ff33ff. Color #e72cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101100 11111110
Octal 347 54 376
Decimal 231 44 254
Hex E7 2C FE

RGB Percentages of Color #e72cfe

%43.67
%8.32
%48.02

CMYK Percentages of Color #e72cfe

%9
%83
%0
%0

Triadic Colors of #e72cfe

#e72cfe #fee72c #2cfee7

Analogous Colors of #e72cfe

#e72cfe #fe2cac #7e2cfe

Monochromatic Colors of #e72cfe

#e72cfe

Complementary Color

#e72cfe #43fe2c

#e72cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72cfe Color CSS Codes

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

#e72cfe Text Font Color

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

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


#e72cfe Background Color

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

This div background color is #e72cfe


#e72cfe Border Color

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

This div border color is #e72cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72cfe


Comments

No comments written yet.

Please login to write comment.