Color Hex Logo

#ef537b Color Hex

#EF537B
(239,83,123)
0 Favorites   0 Comments

Color spaces of #ef537b

RGB 23983123
HSL0.960.830.63
HSV345°65°94°
CMYK 0.000.650.49   0.06
XYZ42.265025.967321.5235
Yxy25.96730.47090.2893
Hunter Lab50.958158.872410.6280
CIE-Lab58.006062.645911.0907

#ef537b color RGB value is (239,83,123).

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

The process color (four color CMYK) of #ef537b color hex is 0.00, 0.65, 0.49, 0.06. Web safe color of #ef537b is #ff6666. Color #ef537b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010011 01111011
Octal 357 123 173
Decimal 239 83 123
Hex EF 53 7B

RGB Percentages of Color #ef537b

%53.71
%18.65
%27.64

CMYK Percentages of Color #ef537b

%0
%65
%49
%6

Triadic Colors of #ef537b

#ef537b #7bef53 #537bef

Analogous Colors of #ef537b

#ef537b #ef7953 #ef53c9

Monochromatic Colors of #ef537b

#ef537b

Complementary Color

#ef537b #53efc7

#ef537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef537b Color CSS Codes

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

#ef537b Text Font Color

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

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


#ef537b Background Color

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

This div background color is #ef537b


#ef537b Border Color

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

This div border color is #ef537b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef537b


Comments

No comments written yet.

Please login to write comment.