Color Hex Logo

#ec789b Color Hex

#EC789B
(236,120,155)
0 Favorites   0 Comments

Color spaces of #ec789b

RGB 236120155
HSL0.950.750.70
HSV342°49°93°
CMYK 0.000.490.34   0.07
XYZ47.224933.632435.0130
Yxy33.63240.40760.2903
Hunter Lab57.993443.86664.7996
CIE-Lab64.669748.30302.0650

#ec789b color RGB value is (236,120,155).

#ec789b hex color red value is 236, green value is 120 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ec789b hue: 0.95 , saturation: 0.75 and the lightness value of ec789b is 0.70.

The process color (four color CMYK) of #ec789b color hex is 0.00, 0.49, 0.34, 0.07. Web safe color of #ec789b is #ff6699. Color #ec789b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111000 10011011
Octal 354 170 233
Decimal 236 120 155
Hex EC 78 9B

RGB Percentages of Color #ec789b

%46.18
%23.48
%30.33

CMYK Percentages of Color #ec789b

%0
%49
%34
%7

Triadic Colors of #ec789b

#ec789b #9bec78 #789bec

Analogous Colors of #ec789b

#ec789b #ec8f78 #ec78d5

Monochromatic Colors of #ec789b

#ec789b

Complementary Color

#ec789b #78ecc9

#ec789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec789b Color CSS Codes

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

#ec789b Text Font Color

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

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


#ec789b Background Color

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

This div background color is #ec789b


#ec789b Border Color

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

This div border color is #ec789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec789b


Comments

No comments written yet.

Please login to write comment.