Color Hex Logo

#ec929b Color Hex

#EC929B
(236,146,155)
0 Favorites   0 Comments

Color spaces of #ec929b

RGB 236146155
HSL0.980.700.75
HSV354°38°93°
CMYK 0.000.380.34   0.07
XYZ50.787440.757236.2005
Yxy40.75720.39760.3191
Hunter Lab63.841430.278811.0693
CIE-Lab70.005535.02189.7327

#ec929b color RGB value is (236,146,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 10011011
Octal 354 222 233
Decimal 236 146 155
Hex EC 92 9B

RGB Percentages of Color #ec929b

%43.95
%27.19
%28.86

CMYK Percentages of Color #ec929b

%0
%38
%34
%7

Triadic Colors of #ec929b

#ec929b #9bec92 #929bec

Analogous Colors of #ec929b

#ec929b #ecb692 #ec92c8

Monochromatic Colors of #ec929b

#ec929b

Complementary Color

#ec929b #92ece3

#ec929b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec929b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec929b Color CSS Codes

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

#ec929b Text Font Color

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

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


#ec929b Background Color

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

This div background color is #ec929b


#ec929b Border Color

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

This div border color is #ec929b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec929b


Comments

No comments written yet.

Please login to write comment.