Color Hex Logo

#ed5cac Color Hex

#ED5CAC
(237,92,172)
0 Favorites   0 Comments

Color spaces of #ed5cac

RGB 23792172
HSL0.910.800.65
HSV327°61°93°
CMYK 0.000.610.27   0.07
XYZ46.198628.637442.1224
Yxy28.63740.39500.2449
Hunter Lab53.513960.4498-9.2092
CIE-Lab60.460363.5574-13.9015

#ed5cac color RGB value is (237,92,172).

#ed5cac hex color red value is 237, green value is 92 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed5cac hue: 0.91 , saturation: 0.80 and the lightness value of ed5cac is 0.65.

The process color (four color CMYK) of #ed5cac color hex is 0.00, 0.61, 0.27, 0.07. Web safe color of #ed5cac is #ff6699. Color #ed5cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011100 10101100
Octal 355 134 254
Decimal 237 92 172
Hex ED 5C AC

RGB Percentages of Color #ed5cac

%47.31
%18.36
%34.33

CMYK Percentages of Color #ed5cac

%0
%61
%27
%7

Triadic Colors of #ed5cac

#ed5cac #aced5c #5caced

Analogous Colors of #ed5cac

#ed5cac #ed5c63 #e65ced

Monochromatic Colors of #ed5cac

#ed5cac

Complementary Color

#ed5cac #5ced9d

#ed5cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5cac Color CSS Codes

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

#ed5cac Text Font Color

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

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


#ed5cac Background Color

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

This div background color is #ed5cac


#ed5cac Border Color

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

This div border color is #ed5cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5cac


Comments

No comments written yet.

Please login to write comment.