Color Hex Logo

#ec44ab Color Hex

#EC44AB
(236,68,171)
0 Favorites   0 Comments

Color spaces of #ec44ab

RGB 23668171
HSL0.900.820.60
HSV323°71°93°
CMYK 0.000.710.28   0.07
XYZ44.009924.907441.0161
Yxy24.90740.40030.2266
Hunter Lab49.907370.0693-13.7921
CIE-Lab56.985172.2277-18.6061

#ec44ab color RGB value is (236,68,171).

#ec44ab hex color red value is 236, green value is 68 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ec44ab hue: 0.90 , saturation: 0.82 and the lightness value of ec44ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 10101011
Octal 354 104 253
Decimal 236 68 171
Hex EC 44 AB

RGB Percentages of Color #ec44ab

%49.68
%14.32
%36.00

CMYK Percentages of Color #ec44ab

%0
%71
%28
%7

Triadic Colors of #ec44ab

#ec44ab #abec44 #44abec

Analogous Colors of #ec44ab

#ec44ab #ec4457 #d944ec

Monochromatic Colors of #ec44ab

#ec44ab

Complementary Color

#ec44ab #44ec85

#ec44ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec44ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec44ab Color CSS Codes

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

#ec44ab Text Font Color

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

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


#ec44ab Background Color

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

This div background color is #ec44ab


#ec44ab Border Color

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

This div border color is #ec44ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,68,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec44ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec44ab


Comments

No comments written yet.

Please login to write comment.