Color Hex Logo

#ec868e Color Hex

#EC868E
(236,134,142)
0 Favorites   0 Comments

Color spaces of #ec868e

RGB 236134142
HSL0.990.730.73
HSV355°43°93°
CMYK 0.000.430.40   0.07
XYZ47.999736.836130.1714
Yxy36.83610.41740.3203
Hunter Lab60.692834.956913.0109
CIE-Lab67.153939.749512.9795

#ec868e color RGB value is (236,134,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 10001110
Octal 354 206 216
Decimal 236 134 142
Hex EC 86 8E

RGB Percentages of Color #ec868e

%46.09
%26.17
%27.73

CMYK Percentages of Color #ec868e

%0
%43
%40
%7

Triadic Colors of #ec868e

#ec868e #8eec86 #868eec

Analogous Colors of #ec868e

#ec868e #ecb186 #ec86c1

Monochromatic Colors of #ec868e

#ec868e

Complementary Color

#ec868e #86ece4

#ec868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec868e Color CSS Codes

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

#ec868e Text Font Color

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

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


#ec868e Background Color

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

This div background color is #ec868e


#ec868e Border Color

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

This div border color is #ec868e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec868e


Comments

No comments written yet.

Please login to write comment.