Color Hex Logo

#ec448e Color Hex

#EC448E
(236,68,142)
0 Favorites   0 Comments

Color spaces of #ec448e

RGB 23668142
HSL0.930.820.60
HSV334°71°93°
CMYK 0.000.710.40   0.07
XYZ41.541723.920128.0187
Yxy23.92010.44440.2559
Hunter Lab48.908266.02530.2694
CIE-Lab56.007769.0697-3.0602

#ec448e color RGB value is (236,68,142).

#ec448e hex color red value is 236, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec448e hue: 0.93 , saturation: 0.82 and the lightness value of ec448e is 0.60.

The process color (four color CMYK) of #ec448e color hex is 0.00, 0.71, 0.40, 0.07. Web safe color of #ec448e is #ff3399. Color #ec448e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 10001110
Octal 354 104 216
Decimal 236 68 142
Hex EC 44 8E

RGB Percentages of Color #ec448e

%52.91
%15.25
%31.84

CMYK Percentages of Color #ec448e

%0
%71
%40
%7

Triadic Colors of #ec448e

#ec448e #8eec44 #448eec

Analogous Colors of #ec448e

#ec448e #ec4e44 #ec44e2

Monochromatic Colors of #ec448e

#ec448e

Complementary Color

#ec448e #44eca2

#ec448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec448e Color CSS Codes

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

#ec448e Text Font Color

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

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


#ec448e Background Color

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

This div background color is #ec448e


#ec448e Border Color

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

This div border color is #ec448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec448e


Comments

No comments written yet.

Please login to write comment.