Color Hex Logo

#e47096 Color Hex

#E47096
(228,112,150)
0 Favorites   0 Comments

Color spaces of #e47096

RGB 228112150
HSL0.950.680.67
HSV340°51°89°
CMYK 0.000.510.34   0.11
XYZ43.294130.284332.4178
Yxy30.28430.40840.2857
Hunter Lab55.031244.12493.5952
CIE-Lab61.898848.93950.7601

#e47096 color RGB value is (228,112,150).

#e47096 hex color red value is 228, green value is 112 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e47096 hue: 0.95 , saturation: 0.68 and the lightness value of e47096 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 10010110
Octal 344 160 226
Decimal 228 112 150
Hex E4 70 96

RGB Percentages of Color #e47096

%46.53
%22.86
%30.61

CMYK Percentages of Color #e47096

%0
%51
%34
%11

Triadic Colors of #e47096

#e47096 #96e470 #7096e4

Analogous Colors of #e47096

#e47096 #e48470 #e470d0

Monochromatic Colors of #e47096

#e47096

Complementary Color

#e47096 #70e4be

#e47096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47096 Color CSS Codes

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

#e47096 Text Font Color

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

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


#e47096 Background Color

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

This div background color is #e47096


#e47096 Border Color

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

This div border color is #e47096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47096


Comments

No comments written yet.

Please login to write comment.