Color Hex Logo

#ed97de Color Hex

#ED97DE
(237,151,222)
0 Favorites   0 Comments

Color spaces of #ed97de

RGB 237151222
HSL0.860.700.76
HSV310°36°93°
CMYK 0.000.360.06   0.07
XYZ59.176545.411774.7536
Yxy45.41170.33000.2532
Hunter Lab67.388238.8192-18.5985
CIE-Lab73.162242.6270-22.7082

#ed97de color RGB value is (237,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 11011110
Octal 355 227 336
Decimal 237 151 222
Hex ED 97 DE

RGB Percentages of Color #ed97de

%38.85
%24.75
%36.39

CMYK Percentages of Color #ed97de

%0
%36
%6
%7

Triadic Colors of #ed97de

#ed97de #deed97 #97deed

Analogous Colors of #ed97de

#ed97de #ed97b3 #d197ed

Monochromatic Colors of #ed97de

#ed97de

Complementary Color

#ed97de #97eda6

#ed97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed97de Color CSS Codes

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

#ed97de Text Font Color

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

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


#ed97de Background Color

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

This div background color is #ed97de


#ed97de Border Color

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

This div border color is #ed97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed97de


Comments

No comments written yet.

Please login to write comment.