Color Hex Logo

#e396cd Color Hex

#E396CD
(227,150,205)
0 Favorites   0 Comments

Color spaces of #e396cd

RGB 227150205
HSL0.880.580.74
HSV317°34°89°
CMYK 0.000.340.10   0.11
XYZ53.604342.551463.1456
Yxy42.55140.33650.2671
Hunter Lab65.231432.5284-11.7321
CIE-Lab71.249437.0267-16.3552

#e396cd color RGB value is (227,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010110 11001101
Octal 343 226 315
Decimal 227 150 205
Hex E3 96 CD

RGB Percentages of Color #e396cd

%39.00
%25.77
%35.22

CMYK Percentages of Color #e396cd

%0
%34
%10
%11

Triadic Colors of #e396cd

#e396cd #cde396 #96cde3

Analogous Colors of #e396cd

#e396cd #e396a7 #d396e3

Monochromatic Colors of #e396cd

#e396cd

Complementary Color

#e396cd #96e3ac

#e396cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e396cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e396cd Color CSS Codes

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

#e396cd Text Font Color

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

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


#e396cd Background Color

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

This div background color is #e396cd


#e396cd Border Color

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

This div border color is #e396cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e396cd


Comments

No comments written yet.

Please login to write comment.