Color Hex Logo

#ef3fad Color Hex

#EF3FAD
(239,63,173)
0 Favorites   0 Comments

Color spaces of #ef3fad

RGB 23963173
HSL0.900.850.59
HSV323°74°94°
CMYK 0.000.740.28   0.06
XYZ44.916924.922941.9784
Yxy24.92290.40170.2229
Hunter Lab49.922873.2362-14.9089
CIE-Lab57.000274.8017-19.7009

#ef3fad color RGB value is (239,63,173).

#ef3fad hex color red value is 239, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ef3fad hue: 0.90 , saturation: 0.85 and the lightness value of ef3fad is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111111 10101101
Octal 357 77 255
Decimal 239 63 173
Hex EF 3F AD

RGB Percentages of Color #ef3fad

%50.32
%13.26
%36.42

CMYK Percentages of Color #ef3fad

%0
%74
%28
%6

Triadic Colors of #ef3fad

#ef3fad #adef3f #3fadef

Analogous Colors of #ef3fad

#ef3fad #ef3f55 #d93fef

Monochromatic Colors of #ef3fad

#ef3fad

Complementary Color

#ef3fad #3fef81

#ef3fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3fad Color CSS Codes

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

#ef3fad Text Font Color

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

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


#ef3fad Background Color

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

This div background color is #ef3fad


#ef3fad Border Color

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

This div border color is #ef3fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3fad


Comments

No comments written yet.

Please login to write comment.