Color Hex Logo

#ec889b Color Hex

#EC889B
(236,136,155)
0 Favorites   0 Comments

Color spaces of #ec889b

RGB 236136155
HSL0.970.720.73
HSV349°42°93°
CMYK 0.000.420.34   0.07
XYZ49.312637.807735.7089
Yxy37.80770.40150.3078
Hunter Lab61.488035.55098.6091
CIE-Lab67.878640.22326.6957

#ec889b color RGB value is (236,136,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001000 10011011
Octal 354 210 233
Decimal 236 136 155
Hex EC 88 9B

RGB Percentages of Color #ec889b

%44.78
%25.81
%29.41

CMYK Percentages of Color #ec889b

%0
%42
%34
%7

Triadic Colors of #ec889b

#ec889b #9bec88 #889bec

Analogous Colors of #ec889b

#ec889b #eca788 #ec88cd

Monochromatic Colors of #ec889b

#ec889b

Complementary Color

#ec889b #88ecd9

#ec889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec889b Color CSS Codes

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

#ec889b Text Font Color

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

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


#ec889b Background Color

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

This div background color is #ec889b


#ec889b Border Color

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

This div border color is #ec889b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec889b


Comments

No comments written yet.

Please login to write comment.