Color Hex Logo

#ec78ac Color Hex

#EC78AC
(236,120,172)
0 Favorites   0 Comments

Color spaces of #ec78ac

RGB 236120172
HSL0.930.750.70
HSV333°49°93°
CMYK 0.000.490.27   0.07
XYZ48.754934.244443.0699
Yxy34.24440.38670.2716
Hunter Lab58.518746.3096-2.6745
CIE-Lab65.156150.4379-6.8898

#ec78ac color RGB value is (236,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111000 10101100
Octal 354 170 254
Decimal 236 120 172
Hex EC 78 AC

RGB Percentages of Color #ec78ac

%44.70
%22.73
%32.58

CMYK Percentages of Color #ec78ac

%0
%49
%27
%7

Triadic Colors of #ec78ac

#ec78ac #acec78 #78acec

Analogous Colors of #ec78ac

#ec78ac #ec7e78 #ec78e6

Monochromatic Colors of #ec78ac

#ec78ac

Complementary Color

#ec78ac #78ecb8

#ec78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec78ac Color CSS Codes

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

#ec78ac Text Font Color

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

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


#ec78ac Background Color

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

This div background color is #ec78ac


#ec78ac Border Color

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

This div border color is #ec78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec78ac

#ec78ac Color Palettes


Comments

No comments written yet.

Please login to write comment.