Color Hex Logo

#e315dc Color Hex

#E315DC
(227,21,220)
0 Favorites   0 Comments

Color spaces of #e315dc

RGB 22721220
HSL0.840.830.49
HSV302°91°89°
CMYK 0.000.910.03   0.11
XYZ44.865022.034569.5986
Yxy22.03450.32870.1614
Hunter Lab46.940988.4594-55.0498
CIE-Lab54.063687.3096-51.4841

#e315dc color RGB value is (227,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 11011100
Octal 343 25 334
Decimal 227 21 220
Hex E3 15 DC

RGB Percentages of Color #e315dc

%48.50
%4.49
%47.01

CMYK Percentages of Color #e315dc

%0
%91
%3
%11

Triadic Colors of #e315dc

#e315dc #dce315 #15dce3

Analogous Colors of #e315dc

#e315dc #e31575 #8315e3

Monochromatic Colors of #e315dc

#e315dc

Complementary Color

#e315dc #15e31c

#e315dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315dc Color CSS Codes

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

#e315dc Text Font Color

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

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


#e315dc Background Color

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

This div background color is #e315dc


#e315dc Border Color

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

This div border color is #e315dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315dc


Comments

No comments written yet.

Please login to write comment.