Color Hex Logo

#e25588 Color Hex

#E25588
(226,85,136)
0 Favorites   0 Comments

Color spaces of #e25588

RGB 22685136
HSL0.940.710.61
HSV338°62°89°
CMYK 0.000.620.40   0.11
XYZ39.056524.443325.9521
Yxy24.44330.43660.2733
Hunter Lab49.440254.49033.4856
CIE-Lab56.528959.10021.0463

#e25588 color RGB value is (226,85,136).

#e25588 hex color red value is 226, green value is 85 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e25588 hue: 0.94 , saturation: 0.71 and the lightness value of e25588 is 0.61.

The process color (four color CMYK) of #e25588 color hex is 0.00, 0.62, 0.40, 0.11. Web safe color of #e25588 is #cc6699. Color #e25588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 10001000
Octal 342 125 210
Decimal 226 85 136
Hex E2 55 88

RGB Percentages of Color #e25588

%50.56
%19.02
%30.43

CMYK Percentages of Color #e25588

%0
%62
%40
%11

Triadic Colors of #e25588

#e25588 #88e255 #5588e2

Analogous Colors of #e25588

#e25588 #e26955 #e255cf

Monochromatic Colors of #e25588

#e25588

Complementary Color

#e25588 #55e2af

#e25588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25588 Color CSS Codes

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

#e25588 Text Font Color

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

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


#e25588 Background Color

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

This div background color is #e25588


#e25588 Border Color

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

This div border color is #e25588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25588


Comments

No comments written yet.

Please login to write comment.