Color Hex Logo

#e715ad Color Hex

#E715AD
(231,21,173)
0 Favorites   0 Comments

Color spaces of #e715ad

RGB 23121173
HSL0.880.830.49
HSV317°91°91°
CMYK 0.000.910.25   0.09
XYZ40.766020.542441.3516
Yxy20.54240.39710.2001
Hunter Lab45.323781.2336-22.3673
CIE-Lab52.445082.0495-26.8266

#e715ad color RGB value is (231,21,173).

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

The process color (four color CMYK) of #e715ad color hex is 0.00, 0.91, 0.25, 0.09. Web safe color of #e715ad is #ff0099. Color #e715ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 10101101
Octal 347 25 255
Decimal 231 21 173
Hex E7 15 AD

RGB Percentages of Color #e715ad

%54.35
%4.94
%40.71

CMYK Percentages of Color #e715ad

%0
%91
%25
%9

Triadic Colors of #e715ad

#e715ad #ade715 #15ade7

Analogous Colors of #e715ad

#e715ad #e71544 #b815e7

Monochromatic Colors of #e715ad

#e715ad

Complementary Color

#e715ad #15e74f

#e715ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e715ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e715ad Color CSS Codes

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

#e715ad Text Font Color

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

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


#e715ad Background Color

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

This div background color is #e715ad


#e715ad Border Color

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

This div border color is #e715ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e715ad


Comments

No comments written yet.

Please login to write comment.