Color Hex Logo

#e250df Color Hex

#E250DF
(226,80,223)
0 Favorites   0 Comments

Color spaces of #e250df

RGB 22680223
HSL0.840.720.60
HSV301°65°89°
CMYK 0.000.650.01   0.11
XYZ47.552027.233872.5624
Yxy27.23380.32270.1848
Hunter Lab52.186071.3240-45.9100
CIE-Lab59.190172.8343-45.0569

#e250df color RGB value is (226,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 11011111
Octal 342 120 337
Decimal 226 80 223
Hex E2 50 DF

RGB Percentages of Color #e250df

%42.72
%15.12
%42.16

CMYK Percentages of Color #e250df

%0
%65
%1
%11

Triadic Colors of #e250df

#e250df #dfe250 #50dfe2

Analogous Colors of #e250df

#e250df #e25096 #9c50e2

Monochromatic Colors of #e250df

#e250df

Complementary Color

#e250df #50e253

#e250df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e250df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e250df Color CSS Codes

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

#e250df Text Font Color

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

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


#e250df Background Color

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

This div background color is #e250df


#e250df Border Color

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

This div border color is #e250df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e250df


Comments

No comments written yet.

Please login to write comment.