Color Hex Logo

#e72ddc Color Hex

#E72DDC
(231,45,220)
0 Favorites   0 Comments

Color spaces of #e72ddc

RGB 23145220
HSL0.840.790.54
HSV304°81°91°
CMYK 0.000.810.05   0.09
XYZ46.811724.033069.8817
Yxy24.03300.33260.1708
Hunter Lab49.023584.6557-50.2000
CIE-Lab56.120883.9934-48.1705

#e72ddc color RGB value is (231,45,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101101 11011100
Octal 347 55 334
Decimal 231 45 220
Hex E7 2D DC

RGB Percentages of Color #e72ddc

%46.57
%9.07
%44.35

CMYK Percentages of Color #e72ddc

%0
%81
%5
%9

Triadic Colors of #e72ddc

#e72ddc #dce72d #2ddce7

Analogous Colors of #e72ddc

#e72ddc #e72d7f #952de7

Monochromatic Colors of #e72ddc

#e72ddc

Complementary Color

#e72ddc #2de738

#e72ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72ddc Color CSS Codes

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

#e72ddc Text Font Color

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

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


#e72ddc Background Color

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

This div background color is #e72ddc


#e72ddc Border Color

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

This div border color is #e72ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72ddc


Comments

No comments written yet.

Please login to write comment.