Color Hex Logo

#e25daa Color Hex

#E25DAA
(226,93,170)
0 Favorites   0 Comments

Color spaces of #e25daa

RGB 22693170
HSL0.900.700.63
HSV325°59°89°
CMYK 0.000.590.25   0.11
XYZ42.534126.899740.9806
Yxy26.89970.38520.2436
Hunter Lab51.864955.6231-10.5420
CIE-Lab58.881459.6810-15.2949

#e25daa color RGB value is (226,93,170).

#e25daa hex color red value is 226, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e25daa hue: 0.90 , saturation: 0.70 and the lightness value of e25daa is 0.63.

The process color (four color CMYK) of #e25daa color hex is 0.00, 0.59, 0.25, 0.11. Web safe color of #e25daa is #cc6699. Color #e25daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 10101010
Octal 342 135 252
Decimal 226 93 170
Hex E2 5D AA

RGB Percentages of Color #e25daa

%46.22
%19.02
%34.76

CMYK Percentages of Color #e25daa

%0
%59
%25
%11

Triadic Colors of #e25daa

#e25daa #aae25d #5daae2

Analogous Colors of #e25daa

#e25daa #e25d68 #d85de2

Monochromatic Colors of #e25daa

#e25daa

Complementary Color

#e25daa #5de295

#e25daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25daa Color CSS Codes

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

#e25daa Text Font Color

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

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


#e25daa Background Color

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

This div background color is #e25daa


#e25daa Border Color

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

This div border color is #e25daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25daa


Comments

No comments written yet.

Please login to write comment.