Color Hex Logo

#ef327b Color Hex

#EF327B
(239,50,123)
0 Favorites   0 Comments

Color spaces of #ef327b

RGB 23950123
HSL0.940.860.57
HSV337°79°94°
CMYK 0.000.790.49   0.06
XYZ40.312422.062020.8726
Yxy22.06200.48430.2650
Hunter Lab46.970271.00066.5319
CIE-Lab54.092773.54355.5302

#ef327b color RGB value is (239,50,123).

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

The process color (four color CMYK) of #ef327b color hex is 0.00, 0.79, 0.49, 0.06. Web safe color of #ef327b is #ff3366. Color #ef327b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 01111011
Octal 357 62 173
Decimal 239 50 123
Hex EF 32 7B

RGB Percentages of Color #ef327b

%58.01
%12.14
%29.85

CMYK Percentages of Color #ef327b

%0
%79
%49
%6

Triadic Colors of #ef327b

#ef327b #7bef32 #327bef

Analogous Colors of #ef327b

#ef327b #ef4832 #ef32da

Monochromatic Colors of #ef327b

#ef327b

Complementary Color

#ef327b #32efa6

#ef327b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef327b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef327b Color CSS Codes

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

#ef327b Text Font Color

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

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


#ef327b Background Color

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

This div background color is #ef327b


#ef327b Border Color

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

This div border color is #ef327b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef327b


Comments

No comments written yet.

Please login to write comment.