Color Hex Logo

#e714db Color Hex

#E714DB
(231,20,219)
0 Favorites   0 Comments

Color spaces of #e714db

RGB 23120219
HSL0.840.840.49
HSV303°91°91°
CMYK 0.000.910.05   0.09
XYZ45.991322.603768.9568
Yxy22.60370.33440.1643
Hunter Lab47.543389.4720-52.7138
CIE-Lab54.661887.9621-49.9216

#e714db color RGB value is (231,20,219).

#e714db hex color red value is 231, green value is 20 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e714db hue: 0.84 , saturation: 0.84 and the lightness value of e714db is 0.49.

The process color (four color CMYK) of #e714db color hex is 0.00, 0.91, 0.05, 0.09. Web safe color of #e714db is #ff00cc. Color #e714db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 11011011
Octal 347 24 333
Decimal 231 20 219
Hex E7 14 DB

RGB Percentages of Color #e714db

%49.15
%4.26
%46.60

CMYK Percentages of Color #e714db

%0
%91
%5
%9

Triadic Colors of #e714db

#e714db #dbe714 #14dbe7

Analogous Colors of #e714db

#e714db #e71472 #8a14e7

Monochromatic Colors of #e714db

#e714db

Complementary Color

#e714db #14e720

#e714db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714db Color CSS Codes

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

#e714db Text Font Color

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

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


#e714db Background Color

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

This div background color is #e714db


#e714db Border Color

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

This div border color is #e714db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714db


Comments

No comments written yet.

Please login to write comment.