Color Hex Logo

#e72abe Color Hex

#E72ABE
(231,42,190)
0 Favorites   0 Comments

Color spaces of #e72abe

RGB 23142190
HSL0.870.800.54
HSV313°82°91°
CMYK 0.000.820.18   0.09
XYZ43.077222.362650.7612
Yxy22.36260.37070.1924
Hunter Lab47.289179.8456-30.5408
CIE-Lab54.409680.5766-33.6834

#e72abe color RGB value is (231,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 10111110
Octal 347 52 276
Decimal 231 42 190
Hex E7 2A BE

RGB Percentages of Color #e72abe

%49.89
%9.07
%41.04

CMYK Percentages of Color #e72abe

%0
%82
%18
%9

Triadic Colors of #e72abe

#e72abe #bee72a #2abee7

Analogous Colors of #e72abe

#e72abe #e72a5f #b22ae7

Monochromatic Colors of #e72abe

#e72abe

Complementary Color

#e72abe #2ae753

#e72abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72abe Color CSS Codes

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

#e72abe Text Font Color

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

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


#e72abe Background Color

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

This div background color is #e72abe


#e72abe Border Color

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

This div border color is #e72abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72abe


Comments

No comments written yet.

Please login to write comment.