Color Hex Logo

#e25dda Color Hex

#E25DDA
(226,93,218)
0 Favorites   0 Comments

Color spaces of #e25dda

RGB 22693218
HSL0.840.700.63
HSV304°59°89°
CMYK 0.000.590.04   0.11
XYZ47.933329.059469.4123
Yxy29.05940.32740.1985
Hunter Lab53.906864.3834-38.6092
CIE-Lab60.834066.8066-39.6571

#e25dda color RGB value is (226,93,218).

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

The process color (four color CMYK) of #e25dda color hex is 0.00, 0.59, 0.04, 0.11. Web safe color of #e25dda is #cc66cc. Color #e25dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 11011010
Octal 342 135 332
Decimal 226 93 218
Hex E2 5D DA

RGB Percentages of Color #e25dda

%42.09
%17.32
%40.60

CMYK Percentages of Color #e25dda

%0
%59
%4
%11

Triadic Colors of #e25dda

#e25dda #dae25d #5ddae2

Analogous Colors of #e25dda

#e25dda #e25d98 #a85de2

Monochromatic Colors of #e25dda

#e25dda

Complementary Color

#e25dda #5de265

#e25dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dda Color CSS Codes

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

#e25dda Text Font Color

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

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


#e25dda Background Color

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

This div background color is #e25dda


#e25dda Border Color

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

This div border color is #e25dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dda


Comments

No comments written yet.

Please login to write comment.