Color Hex Logo

#ef248a Color Hex

#EF248A
(239,36,138)
0 Favorites   0 Comments

Color spaces of #ef248a

RGB 23936138
HSL0.920.860.54
HSV330°85°94°
CMYK 0.000.850.42   0.06
XYZ40.814921.447526.0333
Yxy21.44750.46230.2429
Hunter Lab46.311476.2694-0.9110
CIE-Lab53.435877.9295-4.4158

#ef248a color RGB value is (239,36,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100100 10001010
Octal 357 44 212
Decimal 239 36 138
Hex EF 24 8A

RGB Percentages of Color #ef248a

%57.87
%8.72
%33.41

CMYK Percentages of Color #ef248a

%0
%85
%42
%6

Triadic Colors of #ef248a

#ef248a #8aef24 #248aef

Analogous Colors of #ef248a

#ef248a #ef2424 #ef24ef

Monochromatic Colors of #ef248a

#ef248a

Complementary Color

#ef248a #24ef89

#ef248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef248a Color CSS Codes

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

#ef248a Text Font Color

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

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


#ef248a Background Color

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

This div background color is #ef248a


#ef248a Border Color

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

This div border color is #ef248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef248a


Comments

No comments written yet.

Please login to write comment.