Color Hex Logo

#ec04ab Color Hex

#EC04AB
(236,4,171)
0 Favorites   0 Comments

Color spaces of #ec04ab

RGB 2364171
HSL0.880.970.47
HSV317°98°93°
CMYK 0.000.980.28   0.07
XYZ41.986220.860040.3415
Yxy20.86000.40690.2022
Hunter Lab45.672784.1648-20.3983
CIE-Lab52.795984.2621-25.0325

#ec04ab color RGB value is (236,4,171).

#ec04ab hex color red value is 236, green value is 4 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ec04ab hue: 0.88 , saturation: 0.97 and the lightness value of ec04ab is 0.47.

The process color (four color CMYK) of #ec04ab color hex is 0.00, 0.98, 0.28, 0.07. Web safe color of #ec04ab is #ff0099. Color #ec04ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 10101011
Octal 354 4 253
Decimal 236 4 171
Hex EC 4 AB

RGB Percentages of Color #ec04ab

%57.42
%0.97
%41.61

CMYK Percentages of Color #ec04ab

%0
%98
%28
%7

Triadic Colors of #ec04ab

#ec04ab #abec04 #04abec

Analogous Colors of #ec04ab

#ec04ab #ec0437 #b904ec

Monochromatic Colors of #ec04ab

#ec04ab

Complementary Color

#ec04ab #04ec45

#ec04ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec04ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec04ab Color CSS Codes

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

#ec04ab Text Font Color

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

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


#ec04ab Background Color

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

This div background color is #ec04ab


#ec04ab Border Color

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

This div border color is #ec04ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec04ab


Comments

No comments written yet.

Please login to write comment.