Color Hex Logo

#eb14db Color Hex

#EB14DB
(235,20,219)
0 Favorites   0 Comments

Color spaces of #eb14db

RGB 23520219
HSL0.850.840.50
HSV304°91°92°
CMYK 0.000.910.07   0.08
XYZ47.297323.277069.0179
Yxy23.27700.33880.1668
Hunter Lab48.246290.5582-51.0440
CIE-Lab55.356588.6484-48.7744

#eb14db color RGB value is (235,20,219).

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

The process color (four color CMYK) of #eb14db color hex is 0.00, 0.91, 0.07, 0.08. Web safe color of #eb14db is #ff00cc. Color #eb14db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 11011011
Octal 353 24 333
Decimal 235 20 219
Hex EB 14 DB

RGB Percentages of Color #eb14db

%49.58
%4.22
%46.20

CMYK Percentages of Color #eb14db

%0
%91
%7
%8

Triadic Colors of #eb14db

#eb14db #dbeb14 #14dbeb

Analogous Colors of #eb14db

#eb14db #eb1470 #9014eb

Monochromatic Colors of #eb14db

#eb14db

Complementary Color

#eb14db #14eb24

#eb14db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb14db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb14db Color CSS Codes

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

#eb14db Text Font Color

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

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


#eb14db Background Color

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

This div background color is #eb14db


#eb14db Border Color

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

This div border color is #eb14db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb14db


Comments

No comments written yet.

Please login to write comment.