Color Hex Logo

#ef328a Color Hex

#EF328A
(239,50,138)
0 Favorites   0 Comments

Color spaces of #ef328a

RGB 23950138
HSL0.920.860.57
HSV332°79°94°
CMYK 0.000.790.42   0.06
XYZ41.324722.466926.2033
Yxy22.46690.45920.2496
Hunter Lab47.399372.67520.4027
CIE-Lab54.518974.8250-2.8180

#ef328a color RGB value is (239,50,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 10001010
Octal 357 62 212
Decimal 239 50 138
Hex EF 32 8A

RGB Percentages of Color #ef328a

%55.97
%11.71
%32.32

CMYK Percentages of Color #ef328a

%0
%79
%42
%6

Triadic Colors of #ef328a

#ef328a #8aef32 #328aef

Analogous Colors of #ef328a

#ef328a #ef3932 #ef32e9

Monochromatic Colors of #ef328a

#ef328a

Complementary Color

#ef328a #32ef97

#ef328a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef328a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef328a Color CSS Codes

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

#ef328a Text Font Color

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

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


#ef328a Background Color

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

This div background color is #ef328a


#ef328a Border Color

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

This div border color is #ef328a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef328a


Comments

No comments written yet.

Please login to write comment.