Color Hex Logo

#e72da5 Color Hex

#E72DA5
(231,45,165)
0 Favorites   0 Comments

Color spaces of #e72da5

RGB 23145165
HSL0.890.790.54
HSV321°81°91°
CMYK 0.000.810.29   0.09
XYZ40.684921.582337.6188
Yxy21.58230.40730.2161
Hunter Lab46.456875.0236-15.4909
CIE-Lab53.581076.9028-20.3718

#e72da5 color RGB value is (231,45,165).

#e72da5 hex color red value is 231, green value is 45 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e72da5 hue: 0.89 , saturation: 0.79 and the lightness value of e72da5 is 0.54.

The process color (four color CMYK) of #e72da5 color hex is 0.00, 0.81, 0.29, 0.09. Web safe color of #e72da5 is #ff3399. Color #e72da5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101101 10100101
Octal 347 55 245
Decimal 231 45 165
Hex E7 2D A5

RGB Percentages of Color #e72da5

%52.38
%10.20
%37.41

CMYK Percentages of Color #e72da5

%0
%81
%29
%9

Triadic Colors of #e72da5

#e72da5 #a5e72d #2da5e7

Analogous Colors of #e72da5

#e72da5 #e72d48 #cc2de7

Monochromatic Colors of #e72da5

#e72da5

Complementary Color

#e72da5 #2de76f

#e72da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72da5 Color CSS Codes

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

#e72da5 Text Font Color

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

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


#e72da5 Background Color

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

This div background color is #e72da5


#e72da5 Border Color

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

This div border color is #e72da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72da5


Comments

No comments written yet.

Please login to write comment.