Color Hex Logo

#e724dc Color Hex

#E724DC
(231,36,220)
0 Favorites   0 Comments

Color spaces of #e724dc

RGB 23136220
HSL0.840.800.52
HSV303°84°91°
CMYK 0.000.840.05   0.09
XYZ46.504123.418069.7792
Yxy23.41800.33290.1676
Hunter Lab48.392186.8495-51.6189
CIE-Lab55.500385.8012-49.1559

#e724dc color RGB value is (231,36,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100100 11011100
Octal 347 44 334
Decimal 231 36 220
Hex E7 24 DC

RGB Percentages of Color #e724dc

%47.43
%7.39
%45.17

CMYK Percentages of Color #e724dc

%0
%84
%5
%9

Triadic Colors of #e724dc

#e724dc #dce724 #24dce7

Analogous Colors of #e724dc

#e724dc #e7247b #9124e7

Monochromatic Colors of #e724dc

#e724dc

Complementary Color

#e724dc #24e72f

#e724dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e724dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e724dc Color CSS Codes

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

#e724dc Text Font Color

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

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


#e724dc Background Color

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

This div background color is #e724dc


#e724dc Border Color

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

This div border color is #e724dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,36,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 #e724dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e724dc


Comments

No comments written yet.

Please login to write comment.