Color Hex Logo

#e315df Color Hex

#E315DF
(227,21,223)
0 Favorites   0 Comments

Color spaces of #e315df

RGB 22721223
HSL0.840.830.49
HSV301°91°89°
CMYK 0.000.910.02   0.11
XYZ45.266022.194971.7103
Yxy22.19490.32530.1595
Hunter Lab47.111589.0627-57.2697
CIE-Lab54.233287.7350-52.9168

#e315df color RGB value is (227,21,223).

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

The process color (four color CMYK) of #e315df color hex is 0.00, 0.91, 0.02, 0.11. Web safe color of #e315df is #cc00cc. Color #e315df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 11011111
Octal 343 25 337
Decimal 227 21 223
Hex E3 15 DF

RGB Percentages of Color #e315df

%48.20
%4.46
%47.35

CMYK Percentages of Color #e315df

%0
%91
%2
%11

Triadic Colors of #e315df

#e315df #dfe315 #15dfe3

Analogous Colors of #e315df

#e315df #e31578 #8015e3

Monochromatic Colors of #e315df

#e315df

Complementary Color

#e315df #15e319

#e315df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315df Color CSS Codes

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

#e315df Text Font Color

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

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


#e315df Background Color

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

This div background color is #e315df


#e315df Border Color

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

This div border color is #e315df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315df


Comments

No comments written yet.

Please login to write comment.