Color Hex Logo

#e619dc Color Hex

#E619DC
(230,25,220)
0 Favorites   0 Comments

Color spaces of #e619dc

RGB 23025220
HSL0.840.800.50
HSV303°89°90°
CMYK 0.000.890.04   0.10
XYZ45.899022.685669.6697
Yxy22.68560.33200.1641
Hunter Lab47.629488.6635-53.3856
CIE-Lab54.747087.3319-50.3645

#e619dc color RGB value is (230,25,220).

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

The process color (four color CMYK) of #e619dc color hex is 0.00, 0.89, 0.04, 0.10. Web safe color of #e619dc is #ff00cc. Color #e619dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 11011100
Octal 346 31 334
Decimal 230 25 220
Hex E6 19 DC

RGB Percentages of Color #e619dc

%48.42
%5.26
%46.32

CMYK Percentages of Color #e619dc

%0
%89
%4
%10

Triadic Colors of #e619dc

#e619dc #dce619 #19dce6

Analogous Colors of #e619dc

#e619dc #e61976 #8a19e6

Monochromatic Colors of #e619dc

#e619dc

Complementary Color

#e619dc #19e623

#e619dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e619dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e619dc Color CSS Codes

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

#e619dc Text Font Color

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

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


#e619dc Background Color

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

This div background color is #e619dc


#e619dc Border Color

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

This div border color is #e619dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e619dc


Comments

No comments written yet.

Please login to write comment.