Color Hex Logo

#e114db Color Hex

#E114DB
(225,20,219)
0 Favorites   0 Comments

Color spaces of #e114db

RGB 22520219
HSL0.840.840.48
HSV302°91°88°
CMYK 0.000.910.03   0.12
XYZ44.087721.622368.8677
Yxy21.62230.32760.1607
Hunter Lab46.499887.8660-55.2606
CIE-Lab53.623986.9432-51.6369

#e114db color RGB value is (225,20,219).

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

The process color (four color CMYK) of #e114db color hex is 0.00, 0.91, 0.03, 0.12. Web safe color of #e114db is #cc00cc. Color #e114db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 11011011
Octal 341 24 333
Decimal 225 20 219
Hex E1 14 DB

RGB Percentages of Color #e114db

%48.49
%4.31
%47.20

CMYK Percentages of Color #e114db

%0
%91
%3
%12

Triadic Colors of #e114db

#e114db #dbe114 #14dbe1

Analogous Colors of #e114db

#e114db #e11475 #8114e1

Monochromatic Colors of #e114db

#e114db

Complementary Color

#e114db #14e11a

#e114db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114db Color CSS Codes

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

#e114db Text Font Color

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

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


#e114db Background Color

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

This div background color is #e114db


#e114db Border Color

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

This div border color is #e114db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114db


Comments

No comments written yet.

Please login to write comment.