Color Hex Logo

#e941df Color Hex

#E941DF
(233,65,223)
0 Favorites   0 Comments

Color spaces of #e941df

RGB 23365223
HSL0.840.790.58
HSV304°72°91°
CMYK 0.000.720.04   0.09
XYZ48.813926.431972.3411
Yxy26.43190.33070.1791
Hunter Lab51.412079.5087-47.4378
CIE-Lab58.444879.5275-46.1642

#e941df color RGB value is (233,65,223).

#e941df hex color red value is 233, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e941df hue: 0.84 , saturation: 0.79 and the lightness value of e941df is 0.58.

The process color (four color CMYK) of #e941df color hex is 0.00, 0.72, 0.04, 0.09. Web safe color of #e941df is #ff33cc. Color #e941df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000001 11011111
Octal 351 101 337
Decimal 233 65 223
Hex E9 41 DF

RGB Percentages of Color #e941df

%44.72
%12.48
%42.80

CMYK Percentages of Color #e941df

%0
%72
%4
%9

Triadic Colors of #e941df

#e941df #dfe941 #41dfe9

Analogous Colors of #e941df

#e941df #e9418b #9f41e9

Monochromatic Colors of #e941df

#e941df

Complementary Color

#e941df #41e94b

#e941df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e941df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e941df Color CSS Codes

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

#e941df Text Font Color

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

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


#e941df Background Color

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

This div background color is #e941df


#e941df Border Color

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

This div border color is #e941df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e941df


Comments

No comments written yet.

Please login to write comment.