Color Hex Logo

#e25adf Color Hex

#E25ADF
(226,90,223)
0 Favorites   0 Comments

Color spaces of #e25adf

RGB 22690223
HSL0.840.700.62
HSV301°60°89°
CMYK 0.000.600.01   0.11
XYZ48.339528.808872.8249
Yxy28.80880.32230.1921
Hunter Lab53.673866.8307-42.8733
CIE-Lab60.612568.8824-42.8149

#e25adf color RGB value is (226,90,223).

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

The process color (four color CMYK) of #e25adf color hex is 0.00, 0.60, 0.01, 0.11. Web safe color of #e25adf is #cc66cc. Color #e25adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011010 11011111
Octal 342 132 337
Decimal 226 90 223
Hex E2 5A DF

RGB Percentages of Color #e25adf

%41.93
%16.70
%41.37

CMYK Percentages of Color #e25adf

%0
%60
%1
%11

Triadic Colors of #e25adf

#e25adf #dfe25a #5adfe2

Analogous Colors of #e25adf

#e25adf #e25a9b #a15ae2

Monochromatic Colors of #e25adf

#e25adf

Complementary Color

#e25adf #5ae25d

#e25adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25adf Color CSS Codes

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

#e25adf Text Font Color

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

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


#e25adf Background Color

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

This div background color is #e25adf


#e25adf Border Color

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

This div border color is #e25adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25adf


Comments

No comments written yet.

Please login to write comment.