Color Hex Logo

#ef2fad Color Hex

#EF2FAD
(239,47,173)
0 Favorites   0 Comments

Color spaces of #ef2fad

RGB 23947173
HSL0.890.860.56
HSV321°80°94°
CMYK 0.000.800.28   0.06
XYZ44.155923.400941.7247
Yxy23.40090.40410.2141
Hunter Lab48.374578.2783-17.2776
CIE-Lab55.482979.1299-22.0231

#ef2fad color RGB value is (239,47,173).

#ef2fad hex color red value is 239, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ef2fad hue: 0.89 , saturation: 0.86 and the lightness value of ef2fad is 0.56.

The process color (four color CMYK) of #ef2fad color hex is 0.00, 0.80, 0.28, 0.06. Web safe color of #ef2fad is #ff3399. Color #ef2fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101111 10101101
Octal 357 57 255
Decimal 239 47 173
Hex EF 2F AD

RGB Percentages of Color #ef2fad

%52.07
%10.24
%37.69

CMYK Percentages of Color #ef2fad

%0
%80
%28
%6

Triadic Colors of #ef2fad

#ef2fad #adef2f #2fadef

Analogous Colors of #ef2fad

#ef2fad #ef2f4d #d12fef

Monochromatic Colors of #ef2fad

#ef2fad

Complementary Color

#ef2fad #2fef71

#ef2fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2fad Color CSS Codes

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

#ef2fad Text Font Color

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

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


#ef2fad Background Color

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

This div background color is #ef2fad


#ef2fad Border Color

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

This div border color is #ef2fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2fad


Comments

No comments written yet.

Please login to write comment.