Color Hex Logo

#e348dc Color Hex

#E348DC
(227,72,220)
0 Favorites   0 Comments

Color spaces of #e348dc

RGB 22772220
HSL0.840.730.59
HSV303°68°89°
CMYK 0.000.680.03   0.11
XYZ46.914226.132970.2817
Yxy26.13290.32730.1823
Hunter Lab51.120374.3525-45.7293
CIE-Lab58.163075.4789-44.9780

#e348dc color RGB value is (227,72,220).

#e348dc hex color red value is 227, green value is 72 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e348dc hue: 0.84 , saturation: 0.73 and the lightness value of e348dc is 0.59.

The process color (four color CMYK) of #e348dc color hex is 0.00, 0.68, 0.03, 0.11. Web safe color of #e348dc is #cc33cc. Color #e348dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 11011100
Octal 343 110 334
Decimal 227 72 220
Hex E3 48 DC

RGB Percentages of Color #e348dc

%43.74
%13.87
%42.39

CMYK Percentages of Color #e348dc

%0
%68
%3
%11

Triadic Colors of #e348dc

#e348dc #dce348 #48dce3

Analogous Colors of #e348dc

#e348dc #e3488f #9d48e3

Monochromatic Colors of #e348dc

#e348dc

Complementary Color

#e348dc #48e34f

#e348dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e348dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e348dc Color CSS Codes

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

#e348dc Text Font Color

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

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


#e348dc Background Color

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

This div background color is #e348dc


#e348dc Border Color

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

This div border color is #e348dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e348dc


Comments

No comments written yet.

Please login to write comment.