Color Hex Logo

#e72aee Color Hex

#E72AEE
(231,42,238)
0 Favorites   0 Comments

Color spaces of #e72aee

RGB 23142238
HSL0.830.850.55
HSV298°82°93°
CMYK 0.030.820.00   0.07
XYZ49.215624.817983.0853
Yxy24.81790.31320.1580
Hunter Lab49.817689.1624-64.0110
CIE-Lab56.897687.2918-57.0760

#e72aee color RGB value is (231,42,238).

#e72aee hex color red value is 231, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e72aee hue: 0.83 , saturation: 0.85 and the lightness value of e72aee is 0.55.

The process color (four color CMYK) of #e72aee color hex is 0.03, 0.82, 0.00, 0.07. Web safe color of #e72aee is #ff33ff. Color #e72aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11101110
Octal 347 52 356
Decimal 231 42 238
Hex E7 2A EE

RGB Percentages of Color #e72aee

%45.21
%8.22
%46.58

CMYK Percentages of Color #e72aee

%3
%82
%0
%7

Triadic Colors of #e72aee

#e72aee #eee72a #2aeee7

Analogous Colors of #e72aee

#e72aee #ee2a93 #852aee

Monochromatic Colors of #e72aee

#e72aee

Complementary Color

#e72aee #31ee2a

#e72aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72aee Color CSS Codes

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

#e72aee Text Font Color

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

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


#e72aee Background Color

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

This div background color is #e72aee


#e72aee Border Color

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

This div border color is #e72aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72aee


Comments

No comments written yet.

Please login to write comment.