Color Hex Logo

#e72dbc Color Hex

#E72DBC
(231,45,188)
0 Favorites   0 Comments

Color spaces of #e72dbc

RGB 23145188
HSL0.870.790.54
HSV314°81°91°
CMYK 0.000.810.19   0.09
XYZ42.970522.496549.6544
Yxy22.49650.37330.1954
Hunter Lab47.430578.7120-28.8687
CIE-Lab54.549979.6547-32.3062

#e72dbc color RGB value is (231,45,188).

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

The process color (four color CMYK) of #e72dbc color hex is 0.00, 0.81, 0.19, 0.09. Web safe color of #e72dbc is #ff33cc. Color #e72dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101101 10111100
Octal 347 55 274
Decimal 231 45 188
Hex E7 2D BC

RGB Percentages of Color #e72dbc

%49.78
%9.70
%40.52

CMYK Percentages of Color #e72dbc

%0
%81
%19
%9

Triadic Colors of #e72dbc

#e72dbc #bce72d #2dbce7

Analogous Colors of #e72dbc

#e72dbc #e72d5f #b52de7

Monochromatic Colors of #e72dbc

#e72dbc

Complementary Color

#e72dbc #2de758

#e72dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72dbc Color CSS Codes

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

#e72dbc Text Font Color

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

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


#e72dbc Background Color

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

This div background color is #e72dbc


#e72dbc Border Color

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

This div border color is #e72dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72dbc


Comments

No comments written yet.

Please login to write comment.