Color Hex Logo

#ef328b Color Hex

#EF328B
(239,50,139)
0 Favorites   0 Comments

Color spaces of #ef328b

RGB 23950139
HSL0.920.860.57
HSV332°79°94°
CMYK 0.000.790.42   0.06
XYZ41.397422.496026.5864
Yxy22.49600.45750.2486
Hunter Lab47.429972.7944-0.0335
CIE-Lab54.549474.9158-3.3689

#ef328b color RGB value is (239,50,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 10001011
Octal 357 62 213
Decimal 239 50 139
Hex EF 32 8B

RGB Percentages of Color #ef328b

%55.84
%11.68
%32.48

CMYK Percentages of Color #ef328b

%0
%79
%42
%6

Triadic Colors of #ef328b

#ef328b #8bef32 #328bef

Analogous Colors of #ef328b

#ef328b #ef3832 #ef32ea

Monochromatic Colors of #ef328b

#ef328b

Complementary Color

#ef328b #32ef96

#ef328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef328b Color CSS Codes

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

#ef328b Text Font Color

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

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


#ef328b Background Color

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

This div background color is #ef328b


#ef328b Border Color

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

This div border color is #ef328b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,50,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef328b


Comments

No comments written yet.

Please login to write comment.