Color Hex Logo

#e2659f Color Hex

#E2659F
(226,101,159)
0 Favorites   0 Comments

Color spaces of #e2659f

RGB 226101159
HSL0.920.680.64
HSV332°55°89°
CMYK 0.000.550.30   0.11
XYZ42.275727.979335.9733
Yxy27.97930.39800.2634
Hunter Lab52.895550.0957-3.2953
CIE-Lab59.870054.6435-7.4518

#e2659f color RGB value is (226,101,159).

#e2659f hex color red value is 226, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e2659f hue: 0.92 , saturation: 0.68 and the lightness value of e2659f is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100101 10011111
Octal 342 145 237
Decimal 226 101 159
Hex E2 65 9F

RGB Percentages of Color #e2659f

%46.50
%20.78
%32.72

CMYK Percentages of Color #e2659f

%0
%55
%30
%11

Triadic Colors of #e2659f

#e2659f #9fe265 #659fe2

Analogous Colors of #e2659f

#e2659f #e26a65 #e265de

Monochromatic Colors of #e2659f

#e2659f

Complementary Color

#e2659f #65e2a8

#e2659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2659f Color CSS Codes

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

#e2659f Text Font Color

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

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


#e2659f Background Color

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

This div background color is #e2659f


#e2659f Border Color

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

This div border color is #e2659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2659f


Comments

No comments written yet.

Please login to write comment.