Color Hex Logo

#e2729f Color Hex

#E2729F
(226,114,159)
0 Favorites   0 Comments

Color spaces of #e2729f

RGB 226114159
HSL0.930.660.67
HSV336°50°89°
CMYK 0.000.500.30   0.11
XYZ43.639430.706636.4278
Yxy30.70660.39400.2772
Hunter Lab55.413543.5991-0.1866
CIE-Lab62.259248.4060-3.9124

#e2729f color RGB value is (226,114,159).

#e2729f hex color red value is 226, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e2729f hue: 0.93 , saturation: 0.66 and the lightness value of e2729f is 0.67.

The process color (four color CMYK) of #e2729f color hex is 0.00, 0.50, 0.30, 0.11. Web safe color of #e2729f is #cc6699. Color #e2729f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110010 10011111
Octal 342 162 237
Decimal 226 114 159
Hex E2 72 9F

RGB Percentages of Color #e2729f

%45.29
%22.85
%31.86

CMYK Percentages of Color #e2729f

%0
%50
%30
%11

Triadic Colors of #e2729f

#e2729f #9fe272 #729fe2

Analogous Colors of #e2729f

#e2729f #e27d72 #e272d7

Monochromatic Colors of #e2729f

#e2729f

Complementary Color

#e2729f #72e2b5

#e2729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2729f Color CSS Codes

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

#e2729f Text Font Color

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

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


#e2729f Background Color

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

This div background color is #e2729f


#e2729f Border Color

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

This div border color is #e2729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2729f


Comments

No comments written yet.

Please login to write comment.