Color Hex Logo

#ec8caf Color Hex

#EC8CAF
(236,140,175)
0 Favorites   0 Comments

Color spaces of #ec8caf

RGB 236140175
HSL0.940.720.74
HSV338°41°93°
CMYK 0.000.410.26   0.07
XYZ51.708039.684245.4919
Yxy39.68420.37780.2899
Hunter Lab62.995436.27481.2807
CIE-Lab69.244040.7408-2.5437

#ec8caf color RGB value is (236,140,175).

#ec8caf hex color red value is 236, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec8caf hue: 0.94 , saturation: 0.72 and the lightness value of ec8caf is 0.74.

The process color (four color CMYK) of #ec8caf color hex is 0.00, 0.41, 0.26, 0.07. Web safe color of #ec8caf is #ff9999. Color #ec8caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 10101111
Octal 354 214 257
Decimal 236 140 175
Hex EC 8C AF

RGB Percentages of Color #ec8caf

%42.83
%25.41
%31.76

CMYK Percentages of Color #ec8caf

%0
%41
%26
%7

Triadic Colors of #ec8caf

#ec8caf #afec8c #8cafec

Analogous Colors of #ec8caf

#ec8caf #ec998c #ec8cdf

Monochromatic Colors of #ec8caf

#ec8caf

Complementary Color

#ec8caf #8cecc9

#ec8caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8caf Color CSS Codes

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

#ec8caf Text Font Color

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

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


#ec8caf Background Color

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

This div background color is #ec8caf


#ec8caf Border Color

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

This div border color is #ec8caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8caf


Comments

No comments written yet.

Please login to write comment.