Color Hex Logo

#e72ac6 Color Hex

#E72AC6
(231,42,198)
0 Favorites   0 Comments

Color spaces of #e72ac6

RGB 23142198
HSL0.860.800.54
HSV310°82°91°
CMYK 0.000.820.14   0.09
XYZ43.976022.722155.4941
Yxy22.72210.35990.1860
Hunter Lab47.667781.2573-35.6572
CIE-Lab54.784981.6118-37.7137

#e72ac6 color RGB value is (231,42,198).

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

The process color (four color CMYK) of #e72ac6 color hex is 0.00, 0.82, 0.14, 0.09. Web safe color of #e72ac6 is #ff33cc. Color #e72ac6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11000110
Octal 347 52 306
Decimal 231 42 198
Hex E7 2A C6

RGB Percentages of Color #e72ac6

%49.04
%8.92
%42.04

CMYK Percentages of Color #e72ac6

%0
%82
%14
%9

Triadic Colors of #e72ac6

#e72ac6 #c6e72a #2ac6e7

Analogous Colors of #e72ac6

#e72ac6 #e72a68 #aa2ae7

Monochromatic Colors of #e72ac6

#e72ac6

Complementary Color

#e72ac6 #2ae74b

#e72ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72ac6 Color CSS Codes

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

#e72ac6 Text Font Color

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

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


#e72ac6 Background Color

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

This div background color is #e72ac6


#e72ac6 Border Color

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

This div border color is #e72ac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72ac6


Comments

No comments written yet.

Please login to write comment.