Color Hex Logo

#e393cd Color Hex

#E393CD
(227,147,205)
0 Favorites   0 Comments

Color spaces of #e393cd

RGB 227147205
HSL0.880.590.73
HSV317°35°89°
CMYK 0.000.350.10   0.11
XYZ53.131741.606162.9880
Yxy41.60610.33690.2638
Hunter Lab64.502834.1526-12.7457
CIE-Lab70.598538.6148-17.3386

#e393cd color RGB value is (227,147,205).

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

The process color (four color CMYK) of #e393cd color hex is 0.00, 0.35, 0.10, 0.11. Web safe color of #e393cd is #cc99cc. Color #e393cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010011 11001101
Octal 343 223 315
Decimal 227 147 205
Hex E3 93 CD

RGB Percentages of Color #e393cd

%39.21
%25.39
%35.41

CMYK Percentages of Color #e393cd

%0
%35
%10
%11

Triadic Colors of #e393cd

#e393cd #cde393 #93cde3

Analogous Colors of #e393cd

#e393cd #e393a5 #d193e3

Monochromatic Colors of #e393cd

#e393cd

Complementary Color

#e393cd #93e3a9

#e393cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e393cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e393cd Color CSS Codes

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

#e393cd Text Font Color

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

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


#e393cd Background Color

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

This div background color is #e393cd


#e393cd Border Color

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

This div border color is #e393cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e393cd


Comments

No comments written yet.

Please login to write comment.