Color Hex Logo

#e2659e Color Hex

#E2659E
(226,101,158)
0 Favorites   0 Comments

Color spaces of #e2659e

RGB 226101158
HSL0.920.680.64
HSV333°55°89°
CMYK 0.000.550.30   0.11
XYZ42.189327.944735.5180
Yxy27.94470.39930.2645
Hunter Lab52.862749.9495-2.8325
CIE-Lab59.838754.5182-6.9199

#e2659e color RGB value is (226,101,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100101 10011110
Octal 342 145 236
Decimal 226 101 158
Hex E2 65 9E

RGB Percentages of Color #e2659e

%46.60
%20.82
%32.58

CMYK Percentages of Color #e2659e

%0
%55
%30
%11

Triadic Colors of #e2659e

#e2659e #9ee265 #659ee2

Analogous Colors of #e2659e

#e2659e #e26b65 #e265dd

Monochromatic Colors of #e2659e

#e2659e

Complementary Color

#e2659e #65e2a9

#e2659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2659e Color CSS Codes

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

#e2659e Text Font Color

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

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


#e2659e Background Color

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

This div background color is #e2659e


#e2659e Border Color

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

This div border color is #e2659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2659e


Comments

No comments written yet.

Please login to write comment.