Color Hex Logo

#e72afe Color Hex

#E72AFE
(231,42,254)
0 Favorites   0 Comments

Color spaces of #e72afe

RGB 23142254
HSL0.820.990.58
HSV293°83°100°
CMYK 0.090.830.00   0.00
XYZ51.672425.800696.0225
Yxy25.80060.29780.1487
Hunter Lab50.794392.6958-76.5269
CIE-Lab57.847389.7709-64.4708

#e72afe color RGB value is (231,42,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11111110
Octal 347 52 376
Decimal 231 42 254
Hex E7 2A FE

RGB Percentages of Color #e72afe

%43.83
%7.97
%48.20

CMYK Percentages of Color #e72afe

%9
%83
%0
%0

Triadic Colors of #e72afe

#e72afe #fee72a #2afee7

Analogous Colors of #e72afe

#e72afe #fe2aab #7d2afe

Monochromatic Colors of #e72afe

#e72afe

Complementary Color

#e72afe #41fe2a

#e72afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72afe Color CSS Codes

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

#e72afe Text Font Color

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

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


#e72afe Background Color

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

This div background color is #e72afe


#e72afe Border Color

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

This div border color is #e72afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72afe

Related Colors


Comments

No comments written yet.

Please login to write comment.