Color Hex Logo

#ec45db Color Hex

#EC45DB
(236,69,219)
0 Favorites   0 Comments

Color spaces of #ec45db

RGB 23669219
HSL0.850.810.60
HSV306°71°93°
CMYK 0.000.710.07   0.07
XYZ49.506427.203669.6594
Yxy27.20360.33820.1859
Hunter Lab52.157178.1536-42.6760
CIE-Lab59.162378.3192-42.7434

#ec45db color RGB value is (236,69,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000101 11011011
Octal 354 105 333
Decimal 236 69 219
Hex EC 45 DB

RGB Percentages of Color #ec45db

%45.04
%13.17
%41.79

CMYK Percentages of Color #ec45db

%0
%71
%7
%7

Triadic Colors of #ec45db

#ec45db #dbec45 #45dbec

Analogous Colors of #ec45db

#ec45db #ec4588 #aa45ec

Monochromatic Colors of #ec45db

#ec45db

Complementary Color

#ec45db #45ec56

#ec45db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec45db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec45db Color CSS Codes

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

#ec45db Text Font Color

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

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


#ec45db Background Color

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

This div background color is #ec45db


#ec45db Border Color

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

This div border color is #ec45db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec45db


Comments

No comments written yet.

Please login to write comment.