Color Hex Logo

#e818dc Color Hex

#E818DC
(232,24,220)
0 Favorites   0 Comments

Color spaces of #e818dc

RGB 23224220
HSL0.840.820.50
HSV303°90°91°
CMYK 0.000.900.05   0.09
XYZ46.523622.976469.6930
Yxy22.97640.33420.1651
Hunter Lab47.933789.3649-52.6508
CIE-Lab55.048087.8058-49.8647

#e818dc color RGB value is (232,24,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011000 11011100
Octal 350 30 334
Decimal 232 24 220
Hex E8 18 DC

RGB Percentages of Color #e818dc

%48.74
%5.04
%46.22

CMYK Percentages of Color #e818dc

%0
%90
%5
%9

Triadic Colors of #e818dc

#e818dc #dce818 #18dce8

Analogous Colors of #e818dc

#e818dc #e81874 #8c18e8

Monochromatic Colors of #e818dc

#e818dc

Complementary Color

#e818dc #18e824

#e818dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e818dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e818dc Color CSS Codes

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

#e818dc Text Font Color

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

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


#e818dc Background Color

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

This div background color is #e818dc


#e818dc Border Color

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

This div border color is #e818dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e818dc


Comments

No comments written yet.

Please login to write comment.