Color Hex Logo

#e718bd Color Hex

#E718BD
(231,24,189)
0 Favorites   0 Comments

Color spaces of #e718bd

RGB 23124189
HSL0.870.810.50
HSV312°90°91°
CMYK 0.000.900.18   0.09
XYZ42.466921.316350.0203
Yxy21.31630.37320.1873
Hunter Lab46.169683.3880-31.9163
CIE-Lab53.293983.5633-34.8488

#e718bd color RGB value is (231,24,189).

#e718bd hex color red value is 231, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e718bd hue: 0.87 , saturation: 0.81 and the lightness value of e718bd is 0.50.

The process color (four color CMYK) of #e718bd color hex is 0.00, 0.90, 0.18, 0.09. Web safe color of #e718bd is #ff00cc. Color #e718bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 10111101
Octal 347 30 275
Decimal 231 24 189
Hex E7 18 BD

RGB Percentages of Color #e718bd

%52.03
%5.41
%42.57

CMYK Percentages of Color #e718bd

%0
%90
%18
%9

Triadic Colors of #e718bd

#e718bd #bde718 #18bde7

Analogous Colors of #e718bd

#e718bd #e71855 #aa18e7

Monochromatic Colors of #e718bd

#e718bd

Complementary Color

#e718bd #18e742

#e718bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718bd Color CSS Codes

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

#e718bd Text Font Color

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

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


#e718bd Background Color

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

This div background color is #e718bd


#e718bd Border Color

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

This div border color is #e718bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718bd


Comments

No comments written yet.

Please login to write comment.