Color Hex Logo

#e7518d Color Hex

#E7518D
(231,81,141)
0 Favorites   0 Comments

Color spaces of #e7518d

RGB 23181141
HSL0.930.760.61
HSV336°65°91°
CMYK 0.000.650.39   0.09
XYZ40.705124.796927.8402
Yxy24.79690.43610.2657
Hunter Lab49.796558.76731.7097
CIE-Lab56.877062.7583-1.2907

#e7518d color RGB value is (231,81,141).

#e7518d hex color red value is 231, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e7518d hue: 0.93 , saturation: 0.76 and the lightness value of e7518d is 0.61.

The process color (four color CMYK) of #e7518d color hex is 0.00, 0.65, 0.39, 0.09. Web safe color of #e7518d is #ff6699. Color #e7518d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010001 10001101
Octal 347 121 215
Decimal 231 81 141
Hex E7 51 8D

RGB Percentages of Color #e7518d

%50.99
%17.88
%31.13

CMYK Percentages of Color #e7518d

%0
%65
%39
%9

Triadic Colors of #e7518d

#e7518d #8de751 #518de7

Analogous Colors of #e7518d

#e7518d #e76051 #e751d8

Monochromatic Colors of #e7518d

#e7518d

Complementary Color

#e7518d #51e7ab

#e7518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7518d Color CSS Codes

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

#e7518d Text Font Color

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

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


#e7518d Background Color

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

This div background color is #e7518d


#e7518d Border Color

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

This div border color is #e7518d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,81,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7518d


Comments

No comments written yet.

Please login to write comment.