Color Hex Logo

#ef538f Color Hex

#EF538F
(239,83,143)
0 Favorites   0 Comments

Color spaces of #ef538f

RGB 23983143
HSL0.940.830.63
HSV337°65°94°
CMYK 0.000.650.40   0.06
XYZ43.647826.520428.8051
Yxy26.52040.44100.2680
Hunter Lab51.498061.16872.8850
CIE-Lab58.527864.51450.1056

#ef538f color RGB value is (239,83,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010011 10001111
Octal 357 123 217
Decimal 239 83 143
Hex EF 53 8F

RGB Percentages of Color #ef538f

%51.40
%17.85
%30.75

CMYK Percentages of Color #ef538f

%0
%65
%40
%6

Triadic Colors of #ef538f

#ef538f #8fef53 #538fef

Analogous Colors of #ef538f

#ef538f #ef6553 #ef53dd

Monochromatic Colors of #ef538f

#ef538f

Complementary Color

#ef538f #53efb3

#ef538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef538f Color CSS Codes

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

#ef538f Text Font Color

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

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


#ef538f Background Color

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

This div background color is #ef538f


#ef538f Border Color

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

This div border color is #ef538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef538f


Comments

No comments written yet.

Please login to write comment.