Color Hex Logo

#e4969c Color Hex

#E4969C
(228,150,156)
0 Favorites   0 Comments

Color spaces of #e4969c

RGB 228150156
HSL0.990.590.74
HSV355°34°89°
CMYK 0.000.340.32   0.11
XYZ48.902040.707036.7323
Yxy40.70700.38710.3222
Hunter Lab63.802025.160410.5268
CIE-Lab69.970230.08998.9966

#e4969c color RGB value is (228,150,156).

#e4969c hex color red value is 228, green value is 150 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e4969c hue: 0.99 , saturation: 0.59 and the lightness value of e4969c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 10011100
Octal 344 226 234
Decimal 228 150 156
Hex E4 96 9C

RGB Percentages of Color #e4969c

%42.70
%28.09
%29.21

CMYK Percentages of Color #e4969c

%0
%34
%32
%11

Triadic Colors of #e4969c

#e4969c #9ce496 #969ce4

Analogous Colors of #e4969c

#e4969c #e4b796 #e496c3

Monochromatic Colors of #e4969c

#e4969c

Complementary Color

#e4969c #96e4de

#e4969c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4969c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4969c Color CSS Codes

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

#e4969c Text Font Color

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

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


#e4969c Background Color

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

This div background color is #e4969c


#e4969c Border Color

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

This div border color is #e4969c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4969c


Comments

No comments written yet.

Please login to write comment.