Color Hex Logo

#e395de Color Hex

#E395DE
(227,149,222)
0 Favorites   0 Comments

Color spaces of #e395de

RGB 227149222
HSL0.840.580.74
HSV304°34°89°
CMYK 0.000.340.02   0.11
XYZ55.610843.099774.4953
Yxy43.09970.32110.2488
Hunter Lab65.650436.3148-21.3228
CIE-Lab71.622640.5096-25.1592

#e395de color RGB value is (227,149,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010101 11011110
Octal 343 225 336
Decimal 227 149 222
Hex E3 95 DE

RGB Percentages of Color #e395de

%37.96
%24.92
%37.12

CMYK Percentages of Color #e395de

%0
%34
%2
%11

Triadic Colors of #e395de

#e395de #dee395 #95dee3

Analogous Colors of #e395de

#e395de #e395b7 #c195e3

Monochromatic Colors of #e395de

#e395de

Complementary Color

#e395de #95e39a

#e395de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e395de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e395de Color CSS Codes

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

#e395de Text Font Color

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

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


#e395de Background Color

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

This div background color is #e395de


#e395de Border Color

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

This div border color is #e395de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e395de


Comments

No comments written yet.

Please login to write comment.