Color Hex Logo

#ec46db Color Hex

#EC46DB
(236,70,219)
0 Favorites   0 Comments

Color spaces of #ec46db

RGB 23670219
HSL0.850.810.60
HSV306°70°93°
CMYK 0.000.700.07   0.07
XYZ49.568427.327769.6801
Yxy27.32770.33820.1864
Hunter Lab52.275977.7722-42.4363
CIE-Lab59.276477.9952-42.5637

#ec46db color RGB value is (236,70,219).

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

The process color (four color CMYK) of #ec46db color hex is 0.00, 0.70, 0.07, 0.07. Web safe color of #ec46db is #ff33cc. Color #ec46db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 11011011
Octal 354 106 333
Decimal 236 70 219
Hex EC 46 DB

RGB Percentages of Color #ec46db

%44.95
%13.33
%41.71

CMYK Percentages of Color #ec46db

%0
%70
%7
%7

Triadic Colors of #ec46db

#ec46db #dbec46 #46dbec

Analogous Colors of #ec46db

#ec46db #ec4688 #aa46ec

Monochromatic Colors of #ec46db

#ec46db

Complementary Color

#ec46db #46ec57

#ec46db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec46db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec46db Color CSS Codes

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

#ec46db Text Font Color

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

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


#ec46db Background Color

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

This div background color is #ec46db


#ec46db Border Color

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

This div border color is #ec46db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec46db


Comments

No comments written yet.

Please login to write comment.