Color Hex Logo

#ec748e Color Hex

#EC748E
(236,116,142)
0 Favorites   0 Comments

Color spaces of #ec748e

RGB 236116142
HSL0.960.760.69
HSV347°51°93°
CMYK 0.000.510.40   0.07
XYZ45.719932.276629.4115
Yxy32.27660.42570.3005
Hunter Lab56.812544.22619.0747
CIE-Lab63.570848.78737.9058

#ec748e color RGB value is (236,116,142).

#ec748e hex color red value is 236, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec748e hue: 0.96 , saturation: 0.76 and the lightness value of ec748e is 0.69.

The process color (four color CMYK) of #ec748e color hex is 0.00, 0.51, 0.40, 0.07. Web safe color of #ec748e is #ff6699. Color #ec748e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 10001110
Octal 354 164 216
Decimal 236 116 142
Hex EC 74 8E

RGB Percentages of Color #ec748e

%47.77
%23.48
%28.74

CMYK Percentages of Color #ec748e

%0
%51
%40
%7

Triadic Colors of #ec748e

#ec748e #8eec74 #748eec

Analogous Colors of #ec748e

#ec748e #ec9674 #ec74ca

Monochromatic Colors of #ec748e

#ec748e

Complementary Color

#ec748e #74ecd2

#ec748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec748e Color CSS Codes

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

#ec748e Text Font Color

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

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


#ec748e Background Color

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

This div background color is #ec748e


#ec748e Border Color

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

This div border color is #ec748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec748e


Comments

No comments written yet.

Please login to write comment.