Color Hex Logo

#ec929c Color Hex

#EC929C
(236,146,156)
0 Favorites   0 Comments

Color spaces of #ec929c

RGB 236146156
HSL0.980.700.75
HSV353°38°93°
CMYK 0.000.380.34   0.07
XYZ50.871740.790936.6447
Yxy40.79090.39650.3179
Hunter Lab63.867830.409610.6893
CIE-Lab70.029235.14409.2091

#ec929c color RGB value is (236,146,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 10011100
Octal 354 222 234
Decimal 236 146 156
Hex EC 92 9C

RGB Percentages of Color #ec929c

%43.87
%27.14
%29.00

CMYK Percentages of Color #ec929c

%0
%38
%34
%7

Triadic Colors of #ec929c

#ec929c #9cec92 #929cec

Analogous Colors of #ec929c

#ec929c #ecb592 #ec92c9

Monochromatic Colors of #ec929c

#ec929c

Complementary Color

#ec929c #92ece2

#ec929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec929c Color CSS Codes

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

#ec929c Text Font Color

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

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


#ec929c Background Color

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

This div background color is #ec929c


#ec929c Border Color

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

This div border color is #ec929c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec929c


Comments

No comments written yet.

Please login to write comment.