Color Hex Logo

#e315ad Color Hex

#E315AD
(227,21,173)
0 Favorites   0 Comments

Color spaces of #e315ad

RGB 22721173
HSL0.880.830.49
HSV316°91°89°
CMYK 0.000.910.24   0.11
XYZ39.489519.884441.2919
Yxy19.88440.39230.1975
Hunter Lab44.591980.0393-23.6879
CIE-Lab51.706381.2562-28.0305

#e315ad color RGB value is (227,21,173).

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

The process color (four color CMYK) of #e315ad color hex is 0.00, 0.91, 0.24, 0.11. Web safe color of #e315ad is #cc0099. Color #e315ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 10101101
Octal 343 25 255
Decimal 227 21 173
Hex E3 15 AD

RGB Percentages of Color #e315ad

%53.92
%4.99
%41.09

CMYK Percentages of Color #e315ad

%0
%91
%24
%11

Triadic Colors of #e315ad

#e315ad #ade315 #15ade3

Analogous Colors of #e315ad

#e315ad #e31546 #b215e3

Monochromatic Colors of #e315ad

#e315ad

Complementary Color

#e315ad #15e34b

#e315ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315ad Color CSS Codes

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

#e315ad Text Font Color

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

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


#e315ad Background Color

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

This div background color is #e315ad


#e315ad Border Color

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

This div border color is #e315ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315ad


Comments

No comments written yet.

Please login to write comment.