Color Hex Logo

#ec64db Color Hex

#EC64DB
(236,100,219)
0 Favorites   0 Comments

Color spaces of #ec64db

RGB 236100219
HSL0.850.780.66
HSV308°58°93°
CMYK 0.000.580.07   0.07
XYZ51.935432.061770.4691
Yxy32.06170.33620.2076
Hunter Lab56.623164.6322-34.1521
CIE-Lab63.393866.5545-36.1128

#ec64db color RGB value is (236,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100100 11011011
Octal 354 144 333
Decimal 236 100 219
Hex EC 64 DB

RGB Percentages of Color #ec64db

%42.52
%18.02
%39.46

CMYK Percentages of Color #ec64db

%0
%58
%7
%7

Triadic Colors of #ec64db

#ec64db #dbec64 #64dbec

Analogous Colors of #ec64db

#ec64db #ec6497 #b964ec

Monochromatic Colors of #ec64db

#ec64db

Complementary Color

#ec64db #64ec75

#ec64db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec64db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec64db Color CSS Codes

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

#ec64db Text Font Color

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

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


#ec64db Background Color

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

This div background color is #ec64db


#ec64db Border Color

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

This div border color is #ec64db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec64db


Comments

No comments written yet.

Please login to write comment.