Color Hex Logo

#e31edf Color Hex

#E31EDF
(227,30,223)
0 Favorites   0 Comments

Color spaces of #e31edf

RGB 22730223
HSL0.840.780.50
HSV301°87°89°
CMYK 0.000.870.02   0.11
XYZ45.462122.587271.7757
Yxy22.58720.32510.1615
Hunter Lab47.526087.5779-56.2740
CIE-Lab54.644686.5248-52.2604

#e31edf color RGB value is (227,30,223).

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

The process color (four color CMYK) of #e31edf color hex is 0.00, 0.87, 0.02, 0.11. Web safe color of #e31edf is #cc33cc. Color #e31edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 11011111
Octal 343 36 337
Decimal 227 30 223
Hex E3 1E DF

RGB Percentages of Color #e31edf

%47.29
%6.25
%46.46

CMYK Percentages of Color #e31edf

%0
%87
%2
%11

Triadic Colors of #e31edf

#e31edf #dfe31e #1edfe3

Analogous Colors of #e31edf

#e31edf #e31e7d #851ee3

Monochromatic Colors of #e31edf

#e31edf

Complementary Color

#e31edf #1ee322

#e31edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31edf Color CSS Codes

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

#e31edf Text Font Color

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

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


#e31edf Background Color

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

This div background color is #e31edf


#e31edf Border Color

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

This div border color is #e31edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31edf


Comments

No comments written yet.

Please login to write comment.