Color Hex Logo

#ec248c Color Hex

#EC248C
(236,36,140)
0 Favorites   0 Comments

Color spaces of #ec248c

RGB 23636140
HSL0.910.840.53
HSV329°85°93°
CMYK 0.000.850.41   0.07
XYZ39.956620.988126.7561
Yxy20.98810.45560.2393
Hunter Lab45.812875.5103-2.5583
CIE-Lab52.936577.4189-6.4151

#ec248c color RGB value is (236,36,140).

#ec248c hex color red value is 236, green value is 36 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ec248c hue: 0.91 , saturation: 0.84 and the lightness value of ec248c is 0.53.

The process color (four color CMYK) of #ec248c color hex is 0.00, 0.85, 0.41, 0.07. Web safe color of #ec248c is #ff3399. Color #ec248c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100100 10001100
Octal 354 44 214
Decimal 236 36 140
Hex EC 24 8C

RGB Percentages of Color #ec248c

%57.28
%8.74
%33.98

CMYK Percentages of Color #ec248c

%0
%85
%41
%7

Triadic Colors of #ec248c

#ec248c #8cec24 #248cec

Analogous Colors of #ec248c

#ec248c #ec2428 #e824ec

Monochromatic Colors of #ec248c

#ec248c

Complementary Color

#ec248c #24ec84

#ec248c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec248c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec248c Color CSS Codes

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

#ec248c Text Font Color

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

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


#ec248c Background Color

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

This div background color is #ec248c


#ec248c Border Color

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

This div border color is #ec248c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec248c


Comments

No comments written yet.

Please login to write comment.