Color Hex Logo

#ef848a Color Hex

#EF848A
(239,132,138)
0 Favorites   0 Comments

Color spaces of #ef848a

RGB 239132138
HSL0.990.770.73
HSV357°45°94°
CMYK 0.000.450.42   0.06
XYZ48.435336.688228.5735
Yxy36.68820.42600.3227
Hunter Lab60.570836.738314.4302
CIE-Lab67.042441.430715.1311

#ef848a color RGB value is (239,132,138).

#ef848a hex color red value is 239, green value is 132 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ef848a hue: 0.99 , saturation: 0.77 and the lightness value of ef848a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 10001010
Octal 357 204 212
Decimal 239 132 138
Hex EF 84 8A

RGB Percentages of Color #ef848a

%46.95
%25.93
%27.11

CMYK Percentages of Color #ef848a

%0
%45
%42
%6

Triadic Colors of #ef848a

#ef848a #8aef84 #848aef

Analogous Colors of #ef848a

#ef848a #efb484 #ef84c0

Monochromatic Colors of #ef848a

#ef848a

Complementary Color

#ef848a #84efe9

#ef848a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef848a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef848a Color CSS Codes

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

#ef848a Text Font Color

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

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


#ef848a Background Color

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

This div background color is #ef848a


#ef848a Border Color

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

This div border color is #ef848a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef848a


Comments

No comments written yet.

Please login to write comment.