Color Hex Logo

#ec328a Color Hex

#EC328A
(236,50,138)
0 Favorites   0 Comments

Color spaces of #ec328a

RGB 23650138
HSL0.920.830.56
HSV332°79°93°
CMYK 0.000.790.42   0.07
XYZ40.320121.949026.1562
Yxy21.94900.45600.2482
Hunter Lab46.849871.6346-0.3067
CIE-Lab53.972974.0841-3.6849

#ec328a color RGB value is (236,50,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110010 10001010
Octal 354 62 212
Decimal 236 50 138
Hex EC 32 8A

RGB Percentages of Color #ec328a

%55.66
%11.79
%32.55

CMYK Percentages of Color #ec328a

%0
%79
%42
%7

Triadic Colors of #ec328a

#ec328a #8aec32 #328aec

Analogous Colors of #ec328a

#ec328a #ec3732 #ec32e7

Monochromatic Colors of #ec328a

#ec328a

Complementary Color

#ec328a #32ec94

#ec328a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec328a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec328a Color CSS Codes

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

#ec328a Text Font Color

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

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


#ec328a Background Color

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

This div background color is #ec328a


#ec328a Border Color

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

This div border color is #ec328a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec328a


Comments

No comments written yet.

Please login to write comment.