Color Hex Logo

#e719dc Color Hex

#E719DC
(231,25,220)
0 Favorites   0 Comments

Color spaces of #e719dc

RGB 23125220
HSL0.840.810.50
HSV303°89°91°
CMYK 0.000.890.05   0.09
XYZ46.220922.851569.6848
Yxy22.85150.33310.1647
Hunter Lab47.803288.9358-52.9673
CIE-Lab54.919087.5052-50.0803

#e719dc color RGB value is (231,25,220).

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

The process color (four color CMYK) of #e719dc color hex is 0.00, 0.89, 0.05, 0.09. Web safe color of #e719dc is #ff00cc. Color #e719dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011001 11011100
Octal 347 31 334
Decimal 231 25 220
Hex E7 19 DC

RGB Percentages of Color #e719dc

%48.53
%5.25
%46.22

CMYK Percentages of Color #e719dc

%0
%89
%5
%9

Triadic Colors of #e719dc

#e719dc #dce719 #19dce7

Analogous Colors of #e719dc

#e719dc #e71975 #8b19e7

Monochromatic Colors of #e719dc

#e719dc

Complementary Color

#e719dc #19e724

#e719dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e719dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e719dc Color CSS Codes

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

#e719dc Text Font Color

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

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


#e719dc Background Color

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

This div background color is #e719dc


#e719dc Border Color

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

This div border color is #e719dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e719dc


Comments

No comments written yet.

Please login to write comment.