Color Hex Logo

#e2639c Color Hex

#E2639C
(226,99,156)
1 Favorites   0 Comments

Color spaces of #e2639c

RGB 22699156
HSL0.930.690.64
HSV333°56°89°
CMYK 0.000.560.31   0.11
XYZ41.826627.492734.5546
Yxy27.49270.40270.2647
Hunter Lab52.433550.6323-2.3697
CIE-Lab59.427655.1941-6.3725

#e2639c color RGB value is (226,99,156).

#e2639c hex color red value is 226, green value is 99 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e2639c hue: 0.93 , saturation: 0.69 and the lightness value of e2639c is 0.64.

The process color (four color CMYK) of #e2639c color hex is 0.00, 0.56, 0.31, 0.11. Web safe color of #e2639c is #cc6699. Color #e2639c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100011 10011100
Octal 342 143 234
Decimal 226 99 156
Hex E2 63 9C

RGB Percentages of Color #e2639c

%46.99
%20.58
%32.43

CMYK Percentages of Color #e2639c

%0
%56
%31
%11

Triadic Colors of #e2639c

#e2639c #9ce263 #639ce2

Analogous Colors of #e2639c

#e2639c #e26a63 #e263dc

Monochromatic Colors of #e2639c

#e2639c

Complementary Color

#e2639c #63e2a9

#e2639c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2639c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2639c Color CSS Codes

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

#e2639c Text Font Color

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

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


#e2639c Background Color

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

This div background color is #e2639c


#e2639c Border Color

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

This div border color is #e2639c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2639c


Comments

No comments written yet.

Please login to write comment.