Color Hex Logo

#ef508f Color Hex

#EF508F
(239,80,143)
0 Favorites   0 Comments

Color spaces of #ef508f

RGB 23980143
HSL0.930.830.63
HSV336°67°94°
CMYK 0.000.670.40   0.06
XYZ43.423226.071228.7302
Yxy26.07120.44210.2654
Hunter Lab51.060062.44782.3809
CIE-Lab58.104665.6757-0.5127

#ef508f color RGB value is (239,80,143).

#ef508f hex color red value is 239, green value is 80 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ef508f hue: 0.93 , saturation: 0.83 and the lightness value of ef508f is 0.63.

The process color (four color CMYK) of #ef508f color hex is 0.00, 0.67, 0.40, 0.06. Web safe color of #ef508f is #ff6699. Color #ef508f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 10001111
Octal 357 120 217
Decimal 239 80 143
Hex EF 50 8F

RGB Percentages of Color #ef508f

%51.73
%17.32
%30.95

CMYK Percentages of Color #ef508f

%0
%67
%40
%6

Triadic Colors of #ef508f

#ef508f #8fef50 #508fef

Analogous Colors of #ef508f

#ef508f #ef6050 #ef50df

Monochromatic Colors of #ef508f

#ef508f

Complementary Color

#ef508f #50efb0

#ef508f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef508f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef508f Color CSS Codes

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

#ef508f Text Font Color

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

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


#ef508f Background Color

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

This div background color is #ef508f


#ef508f Border Color

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

This div border color is #ef508f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef508f


Comments

No comments written yet.

Please login to write comment.