Color Hex Logo

#e394de Color Hex

#E394DE
(227,148,222)
0 Favorites   0 Comments

Color spaces of #e394de

RGB 227148222
HSL0.840.590.74
HSV304°35°89°
CMYK 0.000.350.02   0.11
XYZ55.453342.784674.4428
Yxy42.78460.32110.2478
Hunter Lab65.409936.8615-21.6908
CIE-Lab71.408541.0371-25.4868

#e394de color RGB value is (227,148,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010100 11011110
Octal 343 224 336
Decimal 227 148 222
Hex E3 94 DE

RGB Percentages of Color #e394de

%38.02
%24.79
%37.19

CMYK Percentages of Color #e394de

%0
%35
%2
%11

Triadic Colors of #e394de

#e394de #dee394 #94dee3

Analogous Colors of #e394de

#e394de #e394b7 #c194e3

Monochromatic Colors of #e394de

#e394de

Complementary Color

#e394de #94e399

#e394de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e394de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e394de Color CSS Codes

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

#e394de Text Font Color

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

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


#e394de Background Color

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

This div background color is #e394de


#e394de Border Color

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

This div border color is #e394de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e394de


Comments

No comments written yet.

Please login to write comment.