Color Hex Logo

#ec07ac Color Hex

#EC07AC
(236,7,172)
0 Favorites   0 Comments

Color spaces of #ec07ac

RGB 2367172
HSL0.880.940.48
HSV317°97°93°
CMYK 0.000.970.27   0.07
XYZ42.114420.963440.8564
Yxy20.96340.40520.2017
Hunter Lab45.785884.0615-20.8566
CIE-Lab52.909484.1601-25.4454

#ec07ac color RGB value is (236,7,172).

#ec07ac hex color red value is 236, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec07ac hue: 0.88 , saturation: 0.94 and the lightness value of ec07ac is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 10101100
Octal 354 7 254
Decimal 236 7 172
Hex EC 7 AC

RGB Percentages of Color #ec07ac

%56.87
%1.69
%41.45

CMYK Percentages of Color #ec07ac

%0
%97
%27
%7

Triadic Colors of #ec07ac

#ec07ac #acec07 #07acec

Analogous Colors of #ec07ac

#ec07ac #ec0739 #ba07ec

Monochromatic Colors of #ec07ac

#ec07ac

Complementary Color

#ec07ac #07ec47

#ec07ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec07ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec07ac Color CSS Codes

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

#ec07ac Text Font Color

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

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


#ec07ac Background Color

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

This div background color is #ec07ac


#ec07ac Border Color

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

This div border color is #ec07ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec07ac


Comments

No comments written yet.

Please login to write comment.