Color Hex Logo

#ef327f Color Hex

#EF327F
(239,50,127)
0 Favorites   0 Comments

Color spaces of #ef327f

RGB 23950127
HSL0.930.860.57
HSV336°79°94°
CMYK 0.000.790.47   0.06
XYZ40.568022.164222.2186
Yxy22.16420.47750.2609
Hunter Lab47.078971.42594.9736
CIE-Lab54.200873.87003.2891

#ef327f color RGB value is (239,50,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 01111111
Octal 357 62 177
Decimal 239 50 127
Hex EF 32 7F

RGB Percentages of Color #ef327f

%57.45
%12.02
%30.53

CMYK Percentages of Color #ef327f

%0
%79
%47
%6

Triadic Colors of #ef327f

#ef327f #7fef32 #327fef

Analogous Colors of #ef327f

#ef327f #ef4432 #ef32de

Monochromatic Colors of #ef327f

#ef327f

Complementary Color

#ef327f #32efa2

#ef327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef327f Color CSS Codes

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

#ef327f Text Font Color

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

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


#ef327f Background Color

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

This div background color is #ef327f


#ef327f Border Color

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

This div border color is #ef327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef327f


Comments

No comments written yet.

Please login to write comment.