Color Hex Logo

#ec869c Color Hex

#EC869C
(236,134,156)
0 Favorites   0 Comments

Color spaces of #ec869c

RGB 236134156
HSL0.960.730.73
HSV347°43°93°
CMYK 0.000.430.34   0.07
XYZ49.117937.283436.0601
Yxy37.28340.40110.3045
Hunter Lab61.060136.73357.7274
CIE-Lab67.489141.37285.5734

#ec869c color RGB value is (236,134,156).

#ec869c hex color red value is 236, green value is 134 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ec869c hue: 0.96 , saturation: 0.73 and the lightness value of ec869c is 0.73.

The process color (four color CMYK) of #ec869c color hex is 0.00, 0.43, 0.34, 0.07. Web safe color of #ec869c is #ff9999. Color #ec869c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 10011100
Octal 354 206 234
Decimal 236 134 156
Hex EC 86 9C

RGB Percentages of Color #ec869c

%44.87
%25.48
%29.66

CMYK Percentages of Color #ec869c

%0
%43
%34
%7

Triadic Colors of #ec869c

#ec869c #9cec86 #869cec

Analogous Colors of #ec869c

#ec869c #eca386 #ec86cf

Monochromatic Colors of #ec869c

#ec869c

Complementary Color

#ec869c #86ecd6

#ec869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec869c Color CSS Codes

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

#ec869c Text Font Color

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

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


#ec869c Background Color

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

This div background color is #ec869c


#ec869c Border Color

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

This div border color is #ec869c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec869c


Comments

No comments written yet.

Please login to write comment.