Color Hex Logo

#ec24ac Color Hex

#EC24AC
(236,36,172)
0 Favorites   0 Comments

Color spaces of #ec24ac

RGB 23636172
HSL0.890.840.53
HSV319°85°93°
CMYK 0.000.850.27   0.07
XYZ42.669322.073241.0413
Yxy22.07320.40340.2087
Hunter Lab46.982179.8955-18.9054
CIE-Lab54.104680.6754-23.6020

#ec24ac color RGB value is (236,36,172).

#ec24ac hex color red value is 236, green value is 36 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec24ac hue: 0.89 , saturation: 0.84 and the lightness value of ec24ac is 0.53.

The process color (four color CMYK) of #ec24ac color hex is 0.00, 0.85, 0.27, 0.07. Web safe color of #ec24ac is #ff3399. Color #ec24ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100100 10101100
Octal 354 44 254
Decimal 236 36 172
Hex EC 24 AC

RGB Percentages of Color #ec24ac

%53.15
%8.11
%38.74

CMYK Percentages of Color #ec24ac

%0
%85
%27
%7

Triadic Colors of #ec24ac

#ec24ac #acec24 #24acec

Analogous Colors of #ec24ac

#ec24ac #ec2448 #c824ec

Monochromatic Colors of #ec24ac

#ec24ac

Complementary Color

#ec24ac #24ec64

#ec24ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec24ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec24ac Color CSS Codes

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

#ec24ac Text Font Color

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

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


#ec24ac Background Color

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

This div background color is #ec24ac


#ec24ac Border Color

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

This div border color is #ec24ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec24ac


Comments

No comments written yet.

Please login to write comment.