Color Hex Logo

#ec84db Color Hex

#EC84DB
(236,132,219)
0 Favorites   0 Comments

Color spaces of #ec84db

RGB 236132219
HSL0.860.730.72
HSV310°44°93°
CMYK 0.000.440.07   0.07
XYZ55.629539.449971.7004
Yxy39.44990.33360.2365
Hunter Lab62.809248.1798-23.7167
CIE-Lab69.075951.5335-27.3179

#ec84db color RGB value is (236,132,219).

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

The process color (four color CMYK) of #ec84db color hex is 0.00, 0.44, 0.07, 0.07. Web safe color of #ec84db is #ff99cc. Color #ec84db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 11011011
Octal 354 204 333
Decimal 236 132 219
Hex EC 84 DB

RGB Percentages of Color #ec84db

%40.20
%22.49
%37.31

CMYK Percentages of Color #ec84db

%0
%44
%7
%7

Triadic Colors of #ec84db

#ec84db #dbec84 #84dbec

Analogous Colors of #ec84db

#ec84db #ec84a7 #c984ec

Monochromatic Colors of #ec84db

#ec84db

Complementary Color

#ec84db #84ec95

#ec84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec84db Color CSS Codes

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

#ec84db Text Font Color

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

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


#ec84db Background Color

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

This div background color is #ec84db


#ec84db Border Color

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

This div border color is #ec84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec84db


Comments

No comments written yet.

Please login to write comment.