Color Hex Logo

#ec248a Color Hex

#EC248A
(236,36,138)
0 Favorites   0 Comments

Color spaces of #ec248a

RGB 23636138
HSL0.920.840.53
HSV329°85°93°
CMYK 0.000.850.42   0.07
XYZ39.810420.929625.9863
Yxy20.92960.45900.2413
Hunter Lab45.748975.2691-1.6537
CIE-Lab52.872477.2378-5.3126

#ec248a color RGB value is (236,36,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100100 10001010
Octal 354 44 212
Decimal 236 36 138
Hex EC 24 8A

RGB Percentages of Color #ec248a

%57.56
%8.78
%33.66

CMYK Percentages of Color #ec248a

%0
%85
%42
%7

Triadic Colors of #ec248a

#ec248a #8aec24 #248aec

Analogous Colors of #ec248a

#ec248a #ec2426 #ea24ec

Monochromatic Colors of #ec248a

#ec248a

Complementary Color

#ec248a #24ec86

#ec248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec248a Color CSS Codes

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

#ec248a Text Font Color

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

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


#ec248a Background Color

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

This div background color is #ec248a


#ec248a Border Color

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

This div border color is #ec248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec248a


Comments

No comments written yet.

Please login to write comment.