Color Hex Logo

#ec97df Color Hex

#EC97DF
(236,151,223)
0 Favorites   0 Comments

Color spaces of #ec97df

RGB 236151223
HSL0.860.690.76
HSV309°36°93°
CMYK 0.000.360.06   0.07
XYZ58.978045.293875.4461
Yxy45.29380.32820.2520
Hunter Lab67.300738.6498-19.3554
CIE-Lab73.084942.4820-23.3845

#ec97df color RGB value is (236,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 11011111
Octal 354 227 337
Decimal 236 151 223
Hex EC 97 DF

RGB Percentages of Color #ec97df

%38.69
%24.75
%36.56

CMYK Percentages of Color #ec97df

%0
%36
%6
%7

Triadic Colors of #ec97df

#ec97df #dfec97 #97dfec

Analogous Colors of #ec97df

#ec97df #ec97b5 #cf97ec

Monochromatic Colors of #ec97df

#ec97df

Complementary Color

#ec97df #97eca4

#ec97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec97df Color CSS Codes

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

#ec97df Text Font Color

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

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


#ec97df Background Color

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

This div background color is #ec97df


#ec97df Border Color

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

This div border color is #ec97df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec97df


Comments

No comments written yet.

Please login to write comment.