Color Hex Logo

#e314db Color Hex

#E314DB
(227,20,219)
0 Favorites   0 Comments

Color spaces of #e314db

RGB 22720219
HSL0.840.840.48
HSV302°91°89°
CMYK 0.000.910.04   0.11
XYZ44.714921.945768.8970
Yxy21.94570.32990.1619
Hunter Lab46.846288.3980-54.4057
CIE-Lab53.969387.2811-51.0657

#e314db color RGB value is (227,20,219).

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

The process color (four color CMYK) of #e314db color hex is 0.00, 0.91, 0.04, 0.11. Web safe color of #e314db is #cc00cc. Color #e314db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 11011011
Octal 343 24 333
Decimal 227 20 219
Hex E3 14 DB

RGB Percentages of Color #e314db

%48.71
%4.29
%47.00

CMYK Percentages of Color #e314db

%0
%91
%4
%11

Triadic Colors of #e314db

#e314db #dbe314 #14dbe3

Analogous Colors of #e314db

#e314db #e31474 #8414e3

Monochromatic Colors of #e314db

#e314db

Complementary Color

#e314db #14e31c

#e314db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e314db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e314db Color CSS Codes

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

#e314db Text Font Color

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

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


#e314db Background Color

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

This div background color is #e314db


#e314db Border Color

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

This div border color is #e314db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e314db


Comments

No comments written yet.

Please login to write comment.