Color Hex Logo

#ef438b Color Hex

#EF438B
(239,67,139)
0 Favorites   0 Comments

Color spaces of #ef438b

RGB 23967139
HSL0.930.840.60
HSV335°72°94°
CMYK 0.000.720.42   0.06
XYZ42.264024.229126.8752
Yxy24.22910.45270.2595
Hunter Lab49.223167.12362.0845
CIE-Lab56.316469.9255-0.7732

#ef438b color RGB value is (239,67,139).

#ef438b hex color red value is 239, green value is 67 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ef438b hue: 0.93 , saturation: 0.84 and the lightness value of ef438b is 0.60.

The process color (four color CMYK) of #ef438b color hex is 0.00, 0.72, 0.42, 0.06. Web safe color of #ef438b is #ff3399. Color #ef438b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000011 10001011
Octal 357 103 213
Decimal 239 67 139
Hex EF 43 8B

RGB Percentages of Color #ef438b

%53.71
%15.06
%31.24

CMYK Percentages of Color #ef438b

%0
%72
%42
%6

Triadic Colors of #ef438b

#ef438b #8bef43 #438bef

Analogous Colors of #ef438b

#ef438b #ef5143 #ef43e1

Monochromatic Colors of #ef438b

#ef438b

Complementary Color

#ef438b #43efa7

#ef438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef438b Color CSS Codes

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

#ef438b Text Font Color

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

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


#ef438b Background Color

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

This div background color is #ef438b


#ef438b Border Color

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

This div border color is #ef438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef438b


Comments

No comments written yet.

Please login to write comment.