Color Hex Logo

#ef438e Color Hex

#EF438E
(239,67,142)
0 Favorites   0 Comments

Color spaces of #ef438e

RGB 23967142
HSL0.930.840.60
HSV334°72°94°
CMYK 0.000.720.41   0.06
XYZ42.486224.318028.0458
Yxy24.31800.44790.2564
Hunter Lab49.313367.48970.7995
CIE-Lab56.404870.2123-2.4165

#ef438e color RGB value is (239,67,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000011 10001110
Octal 357 103 216
Decimal 239 67 142
Hex EF 43 8E

RGB Percentages of Color #ef438e

%53.35
%14.96
%31.70

CMYK Percentages of Color #ef438e

%0
%72
%41
%6

Triadic Colors of #ef438e

#ef438e #8eef43 #438eef

Analogous Colors of #ef438e

#ef438e #ef4e43 #ef43e4

Monochromatic Colors of #ef438e

#ef438e

Complementary Color

#ef438e #43efa4

#ef438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef438e Color CSS Codes

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

#ef438e Text Font Color

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

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


#ef438e Background Color

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

This div background color is #ef438e


#ef438e Border Color

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

This div border color is #ef438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef438e


Comments

No comments written yet.

Please login to write comment.