Color Hex Logo

#e72582 Color Hex

#E72582
(231,37,130)
0 Favorites   0 Comments

Color spaces of #e72582

RGB 23137130
HSL0.920.800.53
HSV331°84°91°
CMYK 0.000.840.44   0.09
XYZ37.645819.923822.9806
Yxy19.92380.46740.2473
Hunter Lab44.636172.43270.7202
CIE-Lab51.750975.1644-2.2657

#e72582 color RGB value is (231,37,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 10000010
Octal 347 45 202
Decimal 231 37 130
Hex E7 25 82

RGB Percentages of Color #e72582

%58.04
%9.30
%32.66

CMYK Percentages of Color #e72582

%0
%84
%44
%9

Triadic Colors of #e72582

#e72582 #82e725 #2582e7

Analogous Colors of #e72582

#e72582 #e72925 #e725e3

Monochromatic Colors of #e72582

#e72582

Complementary Color

#e72582 #25e78a

#e72582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72582 Color CSS Codes

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

#e72582 Text Font Color

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

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


#e72582 Background Color

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

This div background color is #e72582


#e72582 Border Color

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

This div border color is #e72582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72582


Comments

No comments written yet.

Please login to write comment.