Color Hex Logo

#ef448b Color Hex

#EF448B
(239,68,139)
0 Favorites   0 Comments

Color spaces of #ef448b

RGB 23968139
HSL0.930.840.60
HSV335°72°94°
CMYK 0.000.720.42   0.06
XYZ42.323924.349026.8952
Yxy24.34900.45230.2602
Hunter Lab49.344766.74962.2254
CIE-Lab56.435569.5924-0.5990

#ef448b color RGB value is (239,68,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000100 10001011
Octal 357 104 213
Decimal 239 68 139
Hex EF 44 8B

RGB Percentages of Color #ef448b

%53.59
%15.25
%31.17

CMYK Percentages of Color #ef448b

%0
%72
%42
%6

Triadic Colors of #ef448b

#ef448b #8bef44 #448bef

Analogous Colors of #ef448b

#ef448b #ef5344 #ef44e1

Monochromatic Colors of #ef448b

#ef448b

Complementary Color

#ef448b #44efa8

#ef448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef448b Color CSS Codes

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

#ef448b Text Font Color

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

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


#ef448b Background Color

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

This div background color is #ef448b


#ef448b Border Color

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

This div border color is #ef448b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef448b


Comments

No comments written yet.

Please login to write comment.