Color Hex Logo

#e394da Color Hex

#E394DA
(227,148,218)
0 Favorites   0 Comments

Color spaces of #e394da

RGB 227148218
HSL0.850.590.74
HSV307°35°89°
CMYK 0.000.350.04   0.11
XYZ54.923342.572771.6522
Yxy42.57270.32470.2517
Hunter Lab65.247836.0715-19.4362
CIE-Lab71.264040.3248-23.5064

#e394da color RGB value is (227,148,218).

#e394da hex color red value is 227, green value is 148 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e394da hue: 0.85 , saturation: 0.59 and the lightness value of e394da is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010100 11011010
Octal 343 224 332
Decimal 227 148 218
Hex E3 94 DA

RGB Percentages of Color #e394da

%38.28
%24.96
%36.76

CMYK Percentages of Color #e394da

%0
%35
%4
%11

Triadic Colors of #e394da

#e394da #dae394 #94dae3

Analogous Colors of #e394da

#e394da #e394b3 #c594e3

Monochromatic Colors of #e394da

#e394da

Complementary Color

#e394da #94e39d

#e394da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e394da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e394da Color CSS Codes

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

#e394da Text Font Color

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

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


#e394da Background Color

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

This div background color is #e394da


#e394da Border Color

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

This div border color is #e394da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e394da


Comments

No comments written yet.

Please login to write comment.