Color Hex Logo

#e394cd Color Hex

#E394CD
(227,148,205)
0 Favorites   0 Comments

Color spaces of #e394cd

RGB 227148205
HSL0.880.590.74
HSV317°35°89°
CMYK 0.000.350.10   0.11
XYZ53.287941.918563.0401
Yxy41.91850.33670.2649
Hunter Lab64.744533.6114-12.4080
CIE-Lab70.814738.0861-17.0118

#e394cd color RGB value is (227,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010100 11001101
Octal 343 224 315
Decimal 227 148 205
Hex E3 94 CD

RGB Percentages of Color #e394cd

%39.14
%25.52
%35.34

CMYK Percentages of Color #e394cd

%0
%35
%10
%11

Triadic Colors of #e394cd

#e394cd #cde394 #94cde3

Analogous Colors of #e394cd

#e394cd #e394a6 #d294e3

Monochromatic Colors of #e394cd

#e394cd

Complementary Color

#e394cd #94e3aa

#e394cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e394cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e394cd Color CSS Codes

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

#e394cd Text Font Color

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

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


#e394cd Background Color

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

This div background color is #e394cd


#e394cd Border Color

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

This div border color is #e394cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e394cd


Comments

No comments written yet.

Please login to write comment.