Color Hex Logo

#e25fda Color Hex

#E25FDA
(226,95,218)
0 Favorites   0 Comments

Color spaces of #e25fda

RGB 22695218
HSL0.840.690.63
HSV304°58°89°
CMYK 0.000.580.04   0.11
XYZ48.111129.415169.4716
Yxy29.41510.32730.2001
Hunter Lab54.235763.4304-37.9808
CIE-Lab61.146265.9523-39.1678

#e25fda color RGB value is (226,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 11011010
Octal 342 137 332
Decimal 226 95 218
Hex E2 5F DA

RGB Percentages of Color #e25fda

%41.93
%17.63
%40.45

CMYK Percentages of Color #e25fda

%0
%58
%4
%11

Triadic Colors of #e25fda

#e25fda #dae25f #5fdae2

Analogous Colors of #e25fda

#e25fda #e25f99 #a95fe2

Monochromatic Colors of #e25fda

#e25fda

Complementary Color

#e25fda #5fe267

#e25fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25fda Color CSS Codes

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

#e25fda Text Font Color

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

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


#e25fda Background Color

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

This div background color is #e25fda


#e25fda Border Color

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

This div border color is #e25fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,95,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 #e25fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25fda


Comments

No comments written yet.

Please login to write comment.