Color Hex Logo

#ea78db Color Hex

#EA78DB
(234,120,219)
0 Favorites   0 Comments

Color spaces of #ea78db

RGB 234120219
HSL0.860.730.69
HSV308°49°92°
CMYK 0.000.490.06   0.08
XYZ53.434336.039871.1579
Yxy36.03980.33270.2244
Hunter Lab60.033253.8212-28.2538
CIE-Lab66.550356.8443-31.2324

#ea78db color RGB value is (234,120,219).

#ea78db hex color red value is 234, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea78db hue: 0.86 , saturation: 0.73 and the lightness value of ea78db is 0.69.

The process color (four color CMYK) of #ea78db color hex is 0.00, 0.49, 0.06, 0.08. Web safe color of #ea78db is #ff66cc. Color #ea78db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 11011011
Octal 352 170 333
Decimal 234 120 219
Hex EA 78 DB

RGB Percentages of Color #ea78db

%40.84
%20.94
%38.22

CMYK Percentages of Color #ea78db

%0
%49
%6
%8

Triadic Colors of #ea78db

#ea78db #dbea78 #78dbea

Analogous Colors of #ea78db

#ea78db #ea78a2 #c078ea

Monochromatic Colors of #ea78db

#ea78db

Complementary Color

#ea78db #78ea87

#ea78db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea78db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea78db Color CSS Codes

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

#ea78db Text Font Color

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

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


#ea78db Background Color

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

This div background color is #ea78db


#ea78db Border Color

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

This div border color is #ea78db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea78db


Comments

No comments written yet.

Please login to write comment.