Color Hex Logo

#ea14db Color Hex

#EA14DB
(234,20,219)
0 Favorites   0 Comments

Color spaces of #ea14db

RGB 23420219
HSL0.850.840.50
HSV304°91°92°
CMYK 0.000.910.06   0.08
XYZ46.968023.107269.0025
Yxy23.10720.33770.1661
Hunter Lab48.069990.2857-51.4595
CIE-Lab55.182688.4765-49.0615

#ea14db color RGB value is (234,20,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010100 11011011
Octal 352 24 333
Decimal 234 20 219
Hex EA 14 DB

RGB Percentages of Color #ea14db

%49.47
%4.23
%46.30

CMYK Percentages of Color #ea14db

%0
%91
%6
%8

Triadic Colors of #ea14db

#ea14db #dbea14 #14dbea

Analogous Colors of #ea14db

#ea14db #ea1470 #8e14ea

Monochromatic Colors of #ea14db

#ea14db

Complementary Color

#ea14db #14ea23

#ea14db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea14db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea14db Color CSS Codes

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

#ea14db Text Font Color

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

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


#ea14db Background Color

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

This div background color is #ea14db


#ea14db Border Color

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

This div border color is #ea14db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea14db


Comments

No comments written yet.

Please login to write comment.