color codes Logo

#e31fdd color codes

#E31FDD
(227,31,221)
0 Favorites   0 Comments

Color spaces of #e31fdd

RGB 22731221
HSL0.840.780.51
HSV302°86°89°
CMYK 0.000.860.03   0.11
XYZ45.219722.531370.3723
Yxy22.53130.32740.1631
Hunter Lab47.467186.9810-54.6732
CIE-Lab54.586286.0800-51.2190

#e31fdd color RGB value is (227,31,221).

#e31fdd hex color red value is 227, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e31fdd hue: 0.84 , saturation: 0.78 and the lightness value of e31fdd is 0.51.

The process color (four color CMYK) of #e31fdd color code is 0.00, 0.86, 0.03, 0.11. Web safe color of #e31fdd is #cc33cc. Color #e31fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011111 11011101
Octal 343 37 335
Decimal 227 31 221
Hex E3 1F DD

RGB Percentages of Color #e31fdd

%47.39
%6.47
%46.14

CMYK Percentages of Color #e31fdd

%0
%86
%3
%11

Triadic Colors of #e31fdd

#e31fdd #dde31f #1fdde3

Analogous Colors of #e31fdd

#e31fdd #e31f7b #871fe3

Monochromatic Colors of #e31fdd

#e31fdd

Complementary Color

#e31fdd #1fe325

#e31fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31fdd Color CSS Codes

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

#e31fdd Text Font Color

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

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


#e31fdd Background Color

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

This div background color is #e31fdd


#e31fdd Border Color

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

This div border color is #e31fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,31,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31fdd


Comments

No comments written yet.

Please login to write comment.