Color Hex Logo

#ed64db Color Hex

#ED64DB
(237,100,219)
0 Favorites   0 Comments

Color spaces of #ed64db

RGB 237100219
HSL0.860.790.66
HSV308°58°93°
CMYK 0.000.580.08   0.07
XYZ52.268432.233370.4846
Yxy32.23330.33720.2080
Hunter Lab56.774464.9779-33.8656
CIE-Lab63.535266.8169-35.8817

#ed64db color RGB value is (237,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 11011011
Octal 355 144 333
Decimal 237 100 219
Hex ED 64 DB

RGB Percentages of Color #ed64db

%42.63
%17.99
%39.39

CMYK Percentages of Color #ed64db

%0
%58
%8
%7

Triadic Colors of #ed64db

#ed64db #dbed64 #64dbed

Analogous Colors of #ed64db

#ed64db #ed6497 #bb64ed

Monochromatic Colors of #ed64db

#ed64db

Complementary Color

#ed64db #64ed76

#ed64db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed64db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed64db Color CSS Codes

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

#ed64db Text Font Color

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

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


#ed64db Background Color

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

This div background color is #ed64db


#ed64db Border Color

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

This div border color is #ed64db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed64db


Comments

No comments written yet.

Please login to write comment.