Color Hex Logo

#ed85ac Color Hex

#ED85AC
(237,133,172)
0 Favorites   0 Comments

Color spaces of #ed85ac

RGB 237133172
HSL0.940.740.73
HSV338°44°93°
CMYK 0.000.440.27   0.07
XYZ50.759037.758143.6425
Yxy37.75810.38410.2857
Hunter Lab61.447639.91720.9033
CIE-Lab67.841944.2717-2.9068

#ed85ac color RGB value is (237,133,172).

#ed85ac hex color red value is 237, green value is 133 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed85ac hue: 0.94 , saturation: 0.74 and the lightness value of ed85ac is 0.73.

The process color (four color CMYK) of #ed85ac color hex is 0.00, 0.44, 0.27, 0.07. Web safe color of #ed85ac is #ff9999. Color #ed85ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 10101100
Octal 355 205 254
Decimal 237 133 172
Hex ED 85 AC

RGB Percentages of Color #ed85ac

%43.73
%24.54
%31.73

CMYK Percentages of Color #ed85ac

%0
%44
%27
%7

Triadic Colors of #ed85ac

#ed85ac #aced85 #85aced

Analogous Colors of #ed85ac

#ed85ac #ed9285 #ed85e0

Monochromatic Colors of #ed85ac

#ed85ac

Complementary Color

#ed85ac #85edc6

#ed85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed85ac Color CSS Codes

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

#ed85ac Text Font Color

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

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


#ed85ac Background Color

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

This div background color is #ed85ac


#ed85ac Border Color

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

This div border color is #ed85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed85ac


Comments

No comments written yet.

Please login to write comment.