Color Hex Logo

#e2599e Color Hex

#E2599E
(226,89,158)
0 Favorites   0 Comments

Color spaces of #e2599e

RGB 22689158
HSL0.920.700.62
HSV330°61°89°
CMYK 0.000.610.30   0.11
XYZ41.108025.782135.1576
Yxy25.78210.40280.2526
Hunter Lab50.776155.6544-5.5094
CIE-Lab57.829659.8914-9.9167

#e2599e color RGB value is (226,89,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10011110
Octal 342 131 236
Decimal 226 89 158
Hex E2 59 9E

RGB Percentages of Color #e2599e

%47.78
%18.82
%33.40

CMYK Percentages of Color #e2599e

%0
%61
%30
%11

Triadic Colors of #e2599e

#e2599e #9ee259 #599ee2

Analogous Colors of #e2599e

#e2599e #e2595a #e259e2

Monochromatic Colors of #e2599e

#e2599e

Complementary Color

#e2599e #59e29d

#e2599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2599e Color CSS Codes

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

#e2599e Text Font Color

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

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


#e2599e Background Color

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

This div background color is #e2599e


#e2599e Border Color

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

This div border color is #e2599e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2599e


Comments

No comments written yet.

Please login to write comment.