Color Hex Logo

#ec06db Color Hex

#EC06DB
(236,6,219)
0 Favorites   0 Comments

Color spaces of #ec06db

RGB 2366219
HSL0.850.950.47
HSV304°97°93°
CMYK 0.000.970.07   0.07
XYZ47.443423.077668.9717
Yxy23.07760.34010.1654
Hunter Lab48.039292.2178-51.4976
CIE-Lab55.152289.9368-49.0884

#ec06db color RGB value is (236,6,219).

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

The process color (four color CMYK) of #ec06db color hex is 0.00, 0.97, 0.07, 0.07. Web safe color of #ec06db is #ff00cc. Color #ec06db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 11011011
Octal 354 6 333
Decimal 236 6 219
Hex EC 6 DB

RGB Percentages of Color #ec06db

%51.19
%1.30
%47.51

CMYK Percentages of Color #ec06db

%0
%97
%7
%7

Triadic Colors of #ec06db

#ec06db #dbec06 #06dbec

Analogous Colors of #ec06db

#ec06db #ec0668 #8a06ec

Monochromatic Colors of #ec06db

#ec06db

Complementary Color

#ec06db #06ec17

#ec06db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec06db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec06db Color CSS Codes

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

#ec06db Text Font Color

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

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


#ec06db Background Color

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

This div background color is #ec06db


#ec06db Border Color

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

This div border color is #ec06db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec06db


Comments

No comments written yet.

Please login to write comment.