Color Hex Logo

#e2929c Color Hex

#E2929C
(226,146,156)
0 Favorites   0 Comments

Color spaces of #e2929c

RGB 226146156
HSL0.980.580.73
HSV353°35°89°
CMYK 0.000.350.31   0.11
XYZ47.643739.126836.4936
Yxy39.12680.38650.3174
Hunter Lab62.551426.49369.1952
CIE-Lab68.843031.48197.3555

#e2929c color RGB value is (226,146,156).

#e2929c hex color red value is 226, green value is 146 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e2929c hue: 0.98 , saturation: 0.58 and the lightness value of e2929c is 0.73.

The process color (four color CMYK) of #e2929c color hex is 0.00, 0.35, 0.31, 0.11. Web safe color of #e2929c is #cc9999. Color #e2929c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010010 10011100
Octal 342 222 234
Decimal 226 146 156
Hex E2 92 9C

RGB Percentages of Color #e2929c

%42.80
%27.65
%29.55

CMYK Percentages of Color #e2929c

%0
%35
%31
%11

Triadic Colors of #e2929c

#e2929c #9ce292 #929ce2

Analogous Colors of #e2929c

#e2929c #e2b092 #e292c4

Monochromatic Colors of #e2929c

#e2929c

Complementary Color

#e2929c #92e2d8

#e2929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2929c Color CSS Codes

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

#e2929c Text Font Color

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

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


#e2929c Background Color

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

This div background color is #e2929c


#e2929c Border Color

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

This div border color is #e2929c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2929c


Comments

No comments written yet.

Please login to write comment.