Color Hex Logo

#e25998 Color Hex

#E25998
(226,89,152)
0 Favorites   0 Comments

Color spaces of #e25998

RGB 22689152
HSL0.920.700.62
HSV332°61°89°
CMYK 0.000.610.33   0.11
XYZ40.603925.580532.5032
Yxy25.58050.41140.2592
Hunter Lab50.577254.7917-2.6984
CIE-Lab57.636759.1711-6.7055

#e25998 color RGB value is (226,89,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10011000
Octal 342 131 230
Decimal 226 89 152
Hex E2 59 98

RGB Percentages of Color #e25998

%48.39
%19.06
%32.55

CMYK Percentages of Color #e25998

%0
%61
%33
%11

Triadic Colors of #e25998

#e25998 #98e259 #5998e2

Analogous Colors of #e25998

#e25998 #e25f59 #e259dd

Monochromatic Colors of #e25998

#e25998

Complementary Color

#e25998 #59e2a3

#e25998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25998 Color CSS Codes

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

#e25998 Text Font Color

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

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


#e25998 Background Color

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

This div background color is #e25998


#e25998 Border Color

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

This div border color is #e25998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25998


Comments

No comments written yet.

Please login to write comment.