color codes Logo

#e331df color codes

#E331DF
(227,49,223)
0 Favorites   0 Comments

Color spaces of #e331df

RGB 22749223
HSL0.840.760.54
HSV301°78°89°
CMYK 0.000.780.02   0.11
XYZ46.096123.855271.9870
Yxy23.85520.32480.1681
Hunter Lab48.841882.9923-53.1972
CIE-Lab55.942582.7395-50.1932

#e331df color RGB value is (227,49,223).

#e331df hex color red value is 227, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e331df hue: 0.84 , saturation: 0.76 and the lightness value of e331df is 0.54.

The process color (four color CMYK) of #e331df color code is 0.00, 0.78, 0.02, 0.11. Web safe color of #e331df is #cc33cc. Color #e331df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 11011111
Octal 343 61 337
Decimal 227 49 223
Hex E3 31 DF

RGB Percentages of Color #e331df

%45.49
%9.82
%44.69

CMYK Percentages of Color #e331df

%0
%78
%2
%11

Triadic Colors of #e331df

#e331df #dfe331 #31dfe3

Analogous Colors of #e331df

#e331df #e33186 #8e31e3

Monochromatic Colors of #e331df

#e331df

Complementary Color

#e331df #31e335

#e331df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e331df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e331df Color CSS Codes

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

#e331df Text Font Color

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

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


#e331df Background Color

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

This div background color is #e331df


#e331df Border Color

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

This div border color is #e331df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e331df


Comments

No comments written yet.

Please login to write comment.