Color Hex Logo

#ec97cd Color Hex

#EC97CD
(236,151,205)
0 Favorites   0 Comments

Color spaces of #ec97cd

RGB 236151205
HSL0.890.690.76
HSV322°36°93°
CMYK 0.000.360.13   0.07
XYZ56.678144.373963.3354
Yxy44.37390.34480.2699
Hunter Lab66.613735.3022-9.7425
CIE-Lab72.477739.4822-14.4044

#ec97cd color RGB value is (236,151,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 11001101
Octal 354 227 315
Decimal 236 151 205
Hex EC 97 CD

RGB Percentages of Color #ec97cd

%39.86
%25.51
%34.63

CMYK Percentages of Color #ec97cd

%0
%36
%13
%7

Triadic Colors of #ec97cd

#ec97cd #cdec97 #97cdec

Analogous Colors of #ec97cd

#ec97cd #ec97a3 #e197ec

Monochromatic Colors of #ec97cd

#ec97cd

Complementary Color

#ec97cd #97ecb6

#ec97cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec97cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec97cd Color CSS Codes

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

#ec97cd Text Font Color

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

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


#ec97cd Background Color

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

This div background color is #ec97cd


#ec97cd Border Color

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

This div border color is #ec97cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec97cd


Comments

No comments written yet.

Please login to write comment.