Color Hex Logo

#e396cb Color Hex

#E396CB
(227,150,203)
0 Favorites   0 Comments

Color spaces of #e396cb

RGB 227150203
HSL0.890.580.74
HSV319°34°89°
CMYK 0.000.340.11   0.11
XYZ53.364442.455461.8820
Yxy42.45540.33840.2692
Hunter Lab65.157832.1658-10.6987
CIE-Lab71.183836.6925-15.3484

#e396cb color RGB value is (227,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010110 11001011
Octal 343 226 313
Decimal 227 150 203
Hex E3 96 CB

RGB Percentages of Color #e396cb

%39.14
%25.86
%35.00

CMYK Percentages of Color #e396cb

%0
%34
%11
%11

Triadic Colors of #e396cb

#e396cb #cbe396 #96cbe3

Analogous Colors of #e396cb

#e396cb #e396a5 #d596e3

Monochromatic Colors of #e396cb

#e396cb

Complementary Color

#e396cb #96e3ae

#e396cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e396cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e396cb Color CSS Codes

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

#e396cb Text Font Color

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

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


#e396cb Background Color

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

This div background color is #e396cb


#e396cb Border Color

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

This div border color is #e396cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e396cb


Comments

No comments written yet.

Please login to write comment.