Color Hex Logo

#e2999d Color Hex

#E2999D
(226,153,157)
0 Favorites   0 Comments

Color spaces of #e2999d

RGB 226153157
HSL0.990.560.74
HSV357°32°89°
CMYK 0.000.320.31   0.11
XYZ48.841141.385537.3123
Yxy41.38550.38300.3245
Hunter Lab64.331622.938610.6439
CIE-Lab70.445227.87609.0866

#e2999d color RGB value is (226,153,157).

#e2999d hex color red value is 226, green value is 153 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e2999d hue: 0.99 , saturation: 0.56 and the lightness value of e2999d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011001 10011101
Octal 342 231 235
Decimal 226 153 157
Hex E2 99 9D

RGB Percentages of Color #e2999d

%42.16
%28.54
%29.29

CMYK Percentages of Color #e2999d

%0
%32
%31
%11

Triadic Colors of #e2999d

#e2999d #9de299 #999de2

Analogous Colors of #e2999d

#e2999d #e2ba99 #e299c2

Monochromatic Colors of #e2999d

#e2999d

Complementary Color

#e2999d #99e2de

#e2999d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2999d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2999d Color CSS Codes

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

#e2999d Text Font Color

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

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


#e2999d Background Color

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

This div background color is #e2999d


#e2999d Border Color

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

This div border color is #e2999d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,153,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2999d


Comments

No comments written yet.

Please login to write comment.