Color Hex Logo

#e2599f Color Hex

#E2599F
(226,89,159)
0 Favorites   0 Comments

Color spaces of #e2599f

RGB 22689159
HSL0.910.700.62
HSV329°61°89°
CMYK 0.000.610.30   0.11
XYZ41.194425.816735.6128
Yxy25.81670.40140.2516
Hunter Lab50.810155.8014-5.9892
CIE-Lab57.862760.0138-10.4494

#e2599f color RGB value is (226,89,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10011111
Octal 342 131 237
Decimal 226 89 159
Hex E2 59 9F

RGB Percentages of Color #e2599f

%47.68
%18.78
%33.54

CMYK Percentages of Color #e2599f

%0
%61
%30
%11

Triadic Colors of #e2599f

#e2599f #9fe259 #599fe2

Analogous Colors of #e2599f

#e2599f #e2595b #e159e2

Monochromatic Colors of #e2599f

#e2599f

Complementary Color

#e2599f #59e29c

#e2599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2599f Color CSS Codes

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

#e2599f Text Font Color

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

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


#e2599f Background Color

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

This div background color is #e2599f


#e2599f Border Color

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

This div border color is #e2599f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2599f


Comments

No comments written yet.

Please login to write comment.