Color Hex Logo

#ec849b Color Hex

#EC849B
(236,132,155)
0 Favorites   0 Comments

Color spaces of #ec849b

RGB 236132155
HSL0.960.730.72
HSV347°44°93°
CMYK 0.000.440.34   0.07
XYZ48.759736.702035.5246
Yxy36.70200.40300.3034
Hunter Lab60.582237.64737.6406
CIE-Lab67.052942.27545.5097

#ec849b color RGB value is (236,132,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 10011011
Octal 354 204 233
Decimal 236 132 155
Hex EC 84 9B

RGB Percentages of Color #ec849b

%45.12
%25.24
%29.64

CMYK Percentages of Color #ec849b

%0
%44
%34
%7

Triadic Colors of #ec849b

#ec849b #9bec84 #849bec

Analogous Colors of #ec849b

#ec849b #eca184 #ec84cf

Monochromatic Colors of #ec849b

#ec849b

Complementary Color

#ec849b #84ecd5

#ec849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec849b Color CSS Codes

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

#ec849b Text Font Color

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

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


#ec849b Background Color

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

This div background color is #ec849b


#ec849b Border Color

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

This div border color is #ec849b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,132,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 #ec849b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec849b


Comments

No comments written yet.

Please login to write comment.