Color Hex Logo

#e493be Color Hex

#E493BE
(228,147,190)
0 Favorites   0 Comments

Color spaces of #e493be

RGB 228147190
HSL0.910.600.74
HSV328°36°89°
CMYK 0.000.360.17   0.11
XYZ51.722941.079153.9182
Yxy41.07910.35250.2800
Hunter Lab64.093031.8864-5.0126
CIE-Lab70.231336.5244-9.5552

#e493be color RGB value is (228,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010011 10111110
Octal 344 223 276
Decimal 228 147 190
Hex E4 93 BE

RGB Percentages of Color #e493be

%40.35
%26.02
%33.63

CMYK Percentages of Color #e493be

%0
%36
%17
%11

Triadic Colors of #e493be

#e493be #bee493 #93bee4

Analogous Colors of #e493be

#e493be #e49396 #e293e4

Monochromatic Colors of #e493be

#e493be

Complementary Color

#e493be #93e4b9

#e493be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e493be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e493be Color CSS Codes

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

#e493be Text Font Color

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

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


#e493be Background Color

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

This div background color is #e493be


#e493be Border Color

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

This div border color is #e493be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e493be


Comments

No comments written yet.

Please login to write comment.