Color Hex Logo

#e25999 Color Hex

#E25999
(226,89,153)
0 Favorites   0 Comments

Color spaces of #e25999

RGB 22689153
HSL0.920.700.62
HSV332°61°89°
CMYK 0.000.610.32   0.11
XYZ40.686225.613432.9365
Yxy25.61340.41000.2581
Hunter Lab50.609754.9330-3.1588
CIE-Lab57.668359.2893-7.2424

#e25999 color RGB value is (226,89,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10011001
Octal 342 131 231
Decimal 226 89 153
Hex E2 59 99

RGB Percentages of Color #e25999

%48.29
%19.02
%32.69

CMYK Percentages of Color #e25999

%0
%61
%32
%11

Triadic Colors of #e25999

#e25999 #99e259 #5999e2

Analogous Colors of #e25999

#e25999 #e25d59 #e259de

Monochromatic Colors of #e25999

#e25999

Complementary Color

#e25999 #59e2a2

#e25999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25999 Color CSS Codes

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

#e25999 Text Font Color

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

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


#e25999 Background Color

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

This div background color is #e25999


#e25999 Border Color

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

This div border color is #e25999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25999


Comments

No comments written yet.

Please login to write comment.