Color Hex Logo

#ec898f Color Hex

#EC898F
(236,137,143)
1 Favorites   0 Comments

Color spaces of #ec898f

RGB 236137143
HSL0.990.720.73
HSV356°42°93°
CMYK 0.000.420.39   0.07
XYZ48.495737.707430.7088
Yxy37.70740.41480.3225
Hunter Lab61.406433.509413.3340
CIE-Lab67.804438.312313.3315

#ec898f color RGB value is (236,137,143).

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

The process color (four color CMYK) of #ec898f color hex is 0.00, 0.42, 0.39, 0.07. Web safe color of #ec898f is #ff9999. Color #ec898f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 10001111
Octal 354 211 217
Decimal 236 137 143
Hex EC 89 8F

RGB Percentages of Color #ec898f

%45.74
%26.55
%27.71

CMYK Percentages of Color #ec898f

%0
%42
%39
%7

Triadic Colors of #ec898f

#ec898f #8fec89 #898fec

Analogous Colors of #ec898f

#ec898f #ecb589 #ec89c1

Monochromatic Colors of #ec898f

#ec898f

Complementary Color

#ec898f #89ece6

#ec898f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec898f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec898f Color CSS Codes

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

#ec898f Text Font Color

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

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


#ec898f Background Color

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

This div background color is #ec898f


#ec898f Border Color

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

This div border color is #ec898f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec898f


Comments

No comments written yet.

Please login to write comment.