Color Hex Logo

#e493cd Color Hex

#E493CD
(228,147,205)
0 Favorites   0 Comments

Color spaces of #e493cd

RGB 228147205
HSL0.880.600.74
HSV317°36°89°
CMYK 0.000.360.10   0.11
XYZ53.448141.769263.0028
Yxy41.76920.33780.2640
Hunter Lab64.629134.5181-12.5577
CIE-Lab70.711538.9437-17.1569

#e493cd color RGB value is (228,147,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010011 11001101
Octal 344 223 315
Decimal 228 147 205
Hex E4 93 CD

RGB Percentages of Color #e493cd

%39.31
%25.34
%35.34

CMYK Percentages of Color #e493cd

%0
%36
%10
%11

Triadic Colors of #e493cd

#e493cd #cde493 #93cde4

Analogous Colors of #e493cd

#e493cd #e493a5 #d393e4

Monochromatic Colors of #e493cd

#e493cd

Complementary Color

#e493cd #93e4aa

#e493cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e493cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e493cd Color CSS Codes

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

#e493cd Text Font Color

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

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


#e493cd Background Color

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

This div background color is #e493cd


#e493cd Border Color

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

This div border color is #e493cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e493cd


Comments

No comments written yet.

Please login to write comment.