Color Hex Logo

#e72cda Color Hex

#E72CDA
(231,44,218)
0 Favorites   0 Comments

Color spaces of #e72cda

RGB 23144218
HSL0.840.800.54
HSV304°81°91°
CMYK 0.000.810.06   0.09
XYZ46.510623.852268.4822
Yxy23.85220.33500.1718
Hunter Lab48.838784.5233-48.9500
CIE-Lab55.939583.9265-47.3236

#e72cda color RGB value is (231,44,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101100 11011010
Octal 347 54 332
Decimal 231 44 218
Hex E7 2C DA

RGB Percentages of Color #e72cda

%46.86
%8.92
%44.22

CMYK Percentages of Color #e72cda

%0
%81
%6
%9

Triadic Colors of #e72cda

#e72cda #dae72c #2cdae7

Analogous Colors of #e72cda

#e72cda #e72c7d #972ce7

Monochromatic Colors of #e72cda

#e72cda

Complementary Color

#e72cda #2ce739

#e72cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72cda Color CSS Codes

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

#e72cda Text Font Color

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

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


#e72cda Background Color

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

This div background color is #e72cda


#e72cda Border Color

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

This div border color is #e72cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72cda


Comments

No comments written yet.

Please login to write comment.