Color Hex Logo

#e72590 Color Hex

#E72590
(231,37,144)
0 Favorites   0 Comments

Color spaces of #e72590

RGB 23137144
HSL0.910.800.53
HSV327°84°91°
CMYK 0.000.840.38   0.09
XYZ38.650620.325728.2717
Yxy20.32570.44300.2330
Hunter Lab45.084074.1312-5.6213
CIE-Lab52.203576.4522-10.0009

#e72590 color RGB value is (231,37,144).

#e72590 hex color red value is 231, green value is 37 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e72590 hue: 0.91 , saturation: 0.80 and the lightness value of e72590 is 0.53.

The process color (four color CMYK) of #e72590 color hex is 0.00, 0.84, 0.38, 0.09. Web safe color of #e72590 is #ff3399. Color #e72590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 10010000
Octal 347 45 220
Decimal 231 37 144
Hex E7 25 90

RGB Percentages of Color #e72590

%56.07
%8.98
%34.95

CMYK Percentages of Color #e72590

%0
%84
%38
%9

Triadic Colors of #e72590

#e72590 #90e725 #2590e7

Analogous Colors of #e72590

#e72590 #e7252f #dd25e7

Monochromatic Colors of #e72590

#e72590

Complementary Color

#e72590 #25e77c

#e72590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72590 Color CSS Codes

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

#e72590 Text Font Color

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

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


#e72590 Background Color

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

This div background color is #e72590


#e72590 Border Color

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

This div border color is #e72590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72590


Comments

No comments written yet.

Please login to write comment.