Color Hex Logo

#ed68ac Color Hex

#ED68AC
(237,104,172)
0 Favorites   0 Comments

Color spaces of #ed68ac

RGB 237104172
HSL0.910.790.67
HSV329°56°93°
CMYK 0.000.560.27   0.07
XYZ47.321830.883742.4967
Yxy30.88370.39210.2559
Hunter Lab55.573154.7440-6.4378
CIE-Lab62.409358.3168-10.9714

#ed68ac color RGB value is (237,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10101100
Octal 355 150 254
Decimal 237 104 172
Hex ED 68 AC

RGB Percentages of Color #ed68ac

%46.20
%20.27
%33.53

CMYK Percentages of Color #ed68ac

%0
%56
%27
%7

Triadic Colors of #ed68ac

#ed68ac #aced68 #68aced

Analogous Colors of #ed68ac

#ed68ac #ed686a #ec68ed

Monochromatic Colors of #ed68ac

#ed68ac

Complementary Color

#ed68ac #68eda9

#ed68ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68ac Color CSS Codes

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

#ed68ac Text Font Color

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

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


#ed68ac Background Color

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

This div background color is #ed68ac


#ed68ac Border Color

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

This div border color is #ed68ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68ac


Comments

No comments written yet.

Please login to write comment.