Color Hex Logo

#ef948b Color Hex

#EF948B
(239,148,139)
0 Favorites   0 Comments

Color spaces of #ef948b

RGB 239148139
HSL0.020.760.74
HSV42°94°
CMYK 0.000.380.42   0.06
XYZ50.846741.394629.7361
Yxy41.39460.41690.3394
Hunter Lab64.338628.475617.6343
CIE-Lab70.451533.257119.2952

#ef948b color RGB value is (239,148,139).

#ef948b hex color red value is 239, green value is 148 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ef948b hue: 0.02 , saturation: 0.76 and the lightness value of ef948b is 0.74.

The process color (four color CMYK) of #ef948b color hex is 0.00, 0.38, 0.42, 0.06. Web safe color of #ef948b is #ff9999. Color #ef948b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 10001011
Octal 357 224 213
Decimal 239 148 139
Hex EF 94 8B

RGB Percentages of Color #ef948b

%45.44
%28.14
%26.43

CMYK Percentages of Color #ef948b

%0
%38
%42
%6

Triadic Colors of #ef948b

#ef948b #8bef94 #948bef

Analogous Colors of #ef948b

#ef948b #efc68b #ef8bb4

Monochromatic Colors of #ef948b

#ef948b

Complementary Color

#ef948b #8be6ef

#ef948b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef948b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef948b Color CSS Codes

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

#ef948b Text Font Color

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

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


#ef948b Background Color

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

This div background color is #ef948b


#ef948b Border Color

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

This div border color is #ef948b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef948b


Comments

No comments written yet.

Please login to write comment.