Color Hex Logo

#ef238a Color Hex

#EF238A
(239,35,138)
0 Favorites   0 Comments

Color spaces of #ef238a

RGB 23935138
HSL0.920.860.54
HSV330°85°94°
CMYK 0.000.850.42   0.06
XYZ40.785121.387826.0234
Yxy21.38780.46240.2425
Hunter Lab46.246976.4867-0.9899
CIE-Lab53.371378.1156-4.5113

#ef238a color RGB value is (239,35,138).

#ef238a hex color red value is 239, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ef238a hue: 0.92 , saturation: 0.86 and the lightness value of ef238a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100011 10001010
Octal 357 43 212
Decimal 239 35 138
Hex EF 23 8A

RGB Percentages of Color #ef238a

%58.01
%8.50
%33.50

CMYK Percentages of Color #ef238a

%0
%85
%42
%6

Triadic Colors of #ef238a

#ef238a #8aef23 #238aef

Analogous Colors of #ef238a

#ef238a #ef2324 #ee23ef

Monochromatic Colors of #ef238a

#ef238a

Complementary Color

#ef238a #23ef88

#ef238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef238a Color CSS Codes

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

#ef238a Text Font Color

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

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


#ef238a Background Color

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

This div background color is #ef238a


#ef238a Border Color

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

This div border color is #ef238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef238a


Comments

No comments written yet.

Please login to write comment.