Color Hex Logo

#ed97df Color Hex

#ED97DF
(237,151,223)
0 Favorites   0 Comments

Color spaces of #ed97df

RGB 237151223
HSL0.860.700.76
HSV310°36°93°
CMYK 0.000.360.06   0.07
XYZ59.310945.465575.4617
Yxy45.46550.32910.2523
Hunter Lab67.428139.0124-19.1543
CIE-Lab73.197442.7983-23.2029

#ed97df color RGB value is (237,151,223).

#ed97df hex color red value is 237, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ed97df hue: 0.86 , saturation: 0.70 and the lightness value of ed97df is 0.76.

The process color (four color CMYK) of #ed97df color hex is 0.00, 0.36, 0.06, 0.07. Web safe color of #ed97df is #ff99cc. Color #ed97df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 11011111
Octal 355 227 337
Decimal 237 151 223
Hex ED 97 DF

RGB Percentages of Color #ed97df

%38.79
%24.71
%36.50

CMYK Percentages of Color #ed97df

%0
%36
%6
%7

Triadic Colors of #ed97df

#ed97df #dfed97 #97dfed

Analogous Colors of #ed97df

#ed97df #ed97b4 #d097ed

Monochromatic Colors of #ed97df

#ed97df

Complementary Color

#ed97df #97eda5

#ed97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed97df Color CSS Codes

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

#ed97df Text Font Color

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

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


#ed97df Background Color

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

This div background color is #ed97df


#ed97df Border Color

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

This div border color is #ed97df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,151,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed97df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed97df


Comments

No comments written yet.

Please login to write comment.