Color Hex Logo

#ed21ac Color Hex

#ED21AC
(237,33,172)
0 Favorites   0 Comments

Color spaces of #ed21ac

RGB 23733172
HSL0.890.850.53
HSV319°86°93°
CMYK 0.000.860.27   0.07
XYZ42.915322.070841.0279
Yxy22.07080.40480.2082
Hunter Lab46.979680.8435-18.8931
CIE-Lab54.102081.4207-23.5907

#ed21ac color RGB value is (237,33,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100001 10101100
Octal 355 41 254
Decimal 237 33 172
Hex ED 21 AC

RGB Percentages of Color #ed21ac

%53.62
%7.47
%38.91

CMYK Percentages of Color #ed21ac

%0
%86
%27
%7

Triadic Colors of #ed21ac

#ed21ac #aced21 #21aced

Analogous Colors of #ed21ac

#ed21ac #ed2146 #c821ed

Monochromatic Colors of #ed21ac

#ed21ac

Complementary Color

#ed21ac #21ed62

#ed21ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed21ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed21ac Color CSS Codes

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

#ed21ac Text Font Color

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

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


#ed21ac Background Color

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

This div background color is #ed21ac


#ed21ac Border Color

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

This div border color is #ed21ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed21ac


Comments

No comments written yet.

Please login to write comment.