Color Hex Logo

#ec958e Color Hex

#EC958E
(236,149,142)
0 Favorites   0 Comments

Color spaces of #ec958e

RGB 236149142
HSL0.010.710.74
HSV40°93°
CMYK 0.000.370.40   0.07
XYZ50.222041.280830.9122
Yxy41.28080.41030.3372
Hunter Lab64.250127.089216.4493
CIE-Lab70.372231.929817.4698

#ec958e color RGB value is (236,149,142).

#ec958e hex color red value is 236, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec958e hue: 0.01 , saturation: 0.71 and the lightness value of ec958e is 0.74.

The process color (four color CMYK) of #ec958e color hex is 0.00, 0.37, 0.40, 0.07. Web safe color of #ec958e is #ff9999. Color #ec958e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010101 10001110
Octal 354 225 216
Decimal 236 149 142
Hex EC 95 8E

RGB Percentages of Color #ec958e

%44.78
%28.27
%26.94

CMYK Percentages of Color #ec958e

%0
%37
%40
%7

Triadic Colors of #ec958e

#ec958e #8eec95 #958eec

Analogous Colors of #ec958e

#ec958e #ecc48e #ec8eb6

Monochromatic Colors of #ec958e

#ec958e

Complementary Color

#ec958e #8ee5ec

#ec958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec958e Color CSS Codes

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

#ec958e Text Font Color

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

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


#ec958e Background Color

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

This div background color is #ec958e


#ec958e Border Color

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

This div border color is #ec958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec958e


Comments

No comments written yet.

Please login to write comment.