Color Hex Logo

#e342db Color Hex

#E342DB
(227,66,219)
0 Favorites   0 Comments

Color spaces of #e342db

RGB 22766219
HSL0.840.740.57
HSV303°71°89°
CMYK 0.000.710.04   0.11
XYZ46.413025.341869.4631
Yxy25.34180.32870.1795
Hunter Lab50.340676.4771-46.5735
CIE-Lab57.406977.3255-45.6078

#e342db color RGB value is (227,66,219).

#e342db hex color red value is 227, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e342db hue: 0.84 , saturation: 0.74 and the lightness value of e342db is 0.57.

The process color (four color CMYK) of #e342db color hex is 0.00, 0.71, 0.04, 0.11. Web safe color of #e342db is #cc33cc. Color #e342db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000010 11011011
Octal 343 102 333
Decimal 227 66 219
Hex E3 42 DB

RGB Percentages of Color #e342db

%44.34
%12.89
%42.77

CMYK Percentages of Color #e342db

%0
%71
%4
%11

Triadic Colors of #e342db

#e342db #dbe342 #42dbe3

Analogous Colors of #e342db

#e342db #e3428b #9b42e3

Monochromatic Colors of #e342db

#e342db

Complementary Color

#e342db #42e34a

#e342db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e342db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e342db Color CSS Codes

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

#e342db Text Font Color

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

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


#e342db Background Color

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

This div background color is #e342db


#e342db Border Color

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

This div border color is #e342db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,66,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e342db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e342db


Comments

No comments written yet.

Please login to write comment.