Color Hex Logo

#e72ab8 Color Hex

#E72AB8
(231,42,184)
0 Favorites   0 Comments

Color spaces of #e72ab8

RGB 23142184
HSL0.870.800.54
HSV315°82°91°
CMYK 0.000.820.20   0.09
XYZ42.434722.105547.3776
Yxy22.10550.37920.1975
Hunter Lab47.016578.8262-26.8338
CIE-Lab54.138879.8251-30.6252

#e72ab8 color RGB value is (231,42,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 10111000
Octal 347 52 270
Decimal 231 42 184
Hex E7 2A B8

RGB Percentages of Color #e72ab8

%50.55
%9.19
%40.26

CMYK Percentages of Color #e72ab8

%0
%82
%20
%9

Triadic Colors of #e72ab8

#e72ab8 #b8e72a #2ab8e7

Analogous Colors of #e72ab8

#e72ab8 #e72a59 #b82ae7

Monochromatic Colors of #e72ab8

#e72ab8

Complementary Color

#e72ab8 #2ae759

#e72ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72ab8 Color CSS Codes

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

#e72ab8 Text Font Color

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

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


#e72ab8 Background Color

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

This div background color is #e72ab8


#e72ab8 Border Color

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

This div border color is #e72ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72ab8


Comments

No comments written yet.

Please login to write comment.