Color Hex Logo

#e25dac Color Hex

#E25DAC
(226,93,172)
0 Favorites   0 Comments

Color spaces of #e25dac

RGB 22693172
HSL0.900.700.63
HSV324°59°89°
CMYK 0.000.590.24   0.11
XYZ42.724826.976041.9848
Yxy26.97600.38250.2415
Hunter Lab51.938455.9427-11.5706
CIE-Lab58.952159.9468-16.3429

#e25dac color RGB value is (226,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 10101100
Octal 342 135 254
Decimal 226 93 172
Hex E2 5D AC

RGB Percentages of Color #e25dac

%46.03
%18.94
%35.03

CMYK Percentages of Color #e25dac

%0
%59
%24
%11

Triadic Colors of #e25dac

#e25dac #ace25d #5dace2

Analogous Colors of #e25dac

#e25dac #e25d6a #d65de2

Monochromatic Colors of #e25dac

#e25dac

Complementary Color

#e25dac #5de293

#e25dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dac Color CSS Codes

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

#e25dac Text Font Color

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

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


#e25dac Background Color

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

This div background color is #e25dac


#e25dac Border Color

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

This div border color is #e25dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dac


Comments

No comments written yet.

Please login to write comment.