Color Hex Logo

#e25981 Color Hex

#E25981
(226,89,129)
0 Favorites   0 Comments

Color spaces of #e25981

RGB 22689129
HSL0.950.700.62
HSV342°61°89°
CMYK 0.000.610.43   0.11
XYZ38.898924.898523.5246
Yxy24.89850.44550.2851
Hunter Lab49.898451.82966.9766
CIE-Lab56.976456.67085.8114

#e25981 color RGB value is (226,89,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10000001
Octal 342 131 201
Decimal 226 89 129
Hex E2 59 81

RGB Percentages of Color #e25981

%50.90
%20.05
%29.05

CMYK Percentages of Color #e25981

%0
%61
%43
%11

Triadic Colors of #e25981

#e25981 #81e259 #5981e2

Analogous Colors of #e25981

#e25981 #e27659 #e259c6

Monochromatic Colors of #e25981

#e25981

Complementary Color

#e25981 #59e2ba

#e25981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25981 Color CSS Codes

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

#e25981 Text Font Color

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

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


#e25981 Background Color

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

This div background color is #e25981


#e25981 Border Color

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

This div border color is #e25981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25981


Comments

No comments written yet.

Please login to write comment.