Color Hex Logo

#ed78db Color Hex

#ED78DB
(237,120,219)
0 Favorites   0 Comments

Color spaces of #ed78db

RGB 237120219
HSL0.860.760.70
HSV309°49°93°
CMYK 0.000.490.08   0.07
XYZ54.427736.551971.2044
Yxy36.55190.33560.2254
Hunter Lab60.458254.8935-27.5079
CIE-Lab66.939557.7085-30.5992

#ed78db color RGB value is (237,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 11011011
Octal 355 170 333
Decimal 237 120 219
Hex ED 78 DB

RGB Percentages of Color #ed78db

%41.15
%20.83
%38.02

CMYK Percentages of Color #ed78db

%0
%49
%8
%7

Triadic Colors of #ed78db

#ed78db #dbed78 #78dbed

Analogous Colors of #ed78db

#ed78db #ed78a1 #c578ed

Monochromatic Colors of #ed78db

#ed78db

Complementary Color

#ed78db #78ed8a

#ed78db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78db Color CSS Codes

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

#ed78db Text Font Color

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

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


#ed78db Background Color

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

This div background color is #ed78db


#ed78db Border Color

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

This div border color is #ed78db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78db


Comments

No comments written yet.

Please login to write comment.