Color Hex Logo

#e396ba Color Hex

#E396BA
(227,150,186)
0 Favorites   0 Comments

Color spaces of #e396ba

RGB 227150186
HSL0.920.580.74
HSV332°34°89°
CMYK 0.000.340.18   0.11
XYZ51.447841.688851.7895
Yxy41.68880.35500.2877
Hunter Lab64.566929.2393-2.3601
CIE-Lab70.655833.9696-6.7129

#e396ba color RGB value is (227,150,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010110 10111010
Octal 343 226 272
Decimal 227 150 186
Hex E3 96 BA

RGB Percentages of Color #e396ba

%40.32
%26.64
%33.04

CMYK Percentages of Color #e396ba

%0
%34
%18
%11

Triadic Colors of #e396ba

#e396ba #bae396 #96bae3

Analogous Colors of #e396ba

#e396ba #e39996 #e396e1

Monochromatic Colors of #e396ba

#e396ba

Complementary Color

#e396ba #96e3bf

#e396ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e396ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e396ba Color CSS Codes

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

#e396ba Text Font Color

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

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


#e396ba Background Color

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

This div background color is #e396ba


#e396ba Border Color

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

This div border color is #e396ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e396ba


Comments

No comments written yet.

Please login to write comment.