Color Hex Logo

#e25980 Color Hex

#E25980
(226,89,128)
0 Favorites   0 Comments

Color spaces of #e25980

RGB 22689128
HSL0.950.700.62
HSV343°61°89°
CMYK 0.000.610.43   0.11
XYZ38.832724.872023.1761
Yxy24.87200.44700.2863
Hunter Lab49.871851.71337.3574
CIE-Lab56.950556.57176.3623

#e25980 color RGB value is (226,89,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10000000
Octal 342 131 200
Decimal 226 89 128
Hex E2 59 80

RGB Percentages of Color #e25980

%51.02
%20.09
%28.89

CMYK Percentages of Color #e25980

%0
%61
%43
%11

Triadic Colors of #e25980

#e25980 #80e259 #5980e2

Analogous Colors of #e25980

#e25980 #e27759 #e259c5

Monochromatic Colors of #e25980

#e25980

Complementary Color

#e25980 #59e2bb

#e25980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25980 Color CSS Codes

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

#e25980 Text Font Color

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

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


#e25980 Background Color

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

This div background color is #e25980


#e25980 Border Color

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

This div border color is #e25980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25980


Comments

No comments written yet.

Please login to write comment.