Color Hex Logo

#ec948f Color Hex

#EC948F
(236,148,143)
0 Favorites   0 Comments

Color spaces of #ec948f

RGB 236148143
HSL0.010.710.74
HSV39°93°
CMYK 0.000.370.39   0.07
XYZ50.139940.995831.2569
Yxy40.99580.40970.3350
Hunter Lab64.028027.733315.8756
CIE-Lab70.173032.568116.6395

#ec948f color RGB value is (236,148,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010100 10001111
Octal 354 224 217
Decimal 236 148 143
Hex EC 94 8F

RGB Percentages of Color #ec948f

%44.78
%28.08
%27.13

CMYK Percentages of Color #ec948f

%0
%37
%39
%7

Triadic Colors of #ec948f

#ec948f #8fec94 #948fec

Analogous Colors of #ec948f

#ec948f #ecc38f #ec8fb9

Monochromatic Colors of #ec948f

#ec948f

Complementary Color

#ec948f #8fe7ec

#ec948f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec948f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec948f Color CSS Codes

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

#ec948f Text Font Color

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

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


#ec948f Background Color

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

This div background color is #ec948f


#ec948f Border Color

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

This div border color is #ec948f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec948f


Comments

No comments written yet.

Please login to write comment.