Color Hex Logo

#ef8490 Color Hex

#EF8490
(239,132,144)
0 Favorites   0 Comments

Color spaces of #ef8490

RGB 239132144
HSL0.980.770.73
HSV353°45°94°
CMYK 0.000.450.40   0.06
XYZ48.881936.866930.9252
Yxy36.86690.41900.3160
Hunter Lab60.718137.447012.3049
CIE-Lab67.177142.074211.9425

#ef8490 color RGB value is (239,132,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 10010000
Octal 357 204 220
Decimal 239 132 144
Hex EF 84 90

RGB Percentages of Color #ef8490

%46.41
%25.63
%27.96

CMYK Percentages of Color #ef8490

%0
%45
%40
%6

Triadic Colors of #ef8490

#ef8490 #90ef84 #8490ef

Analogous Colors of #ef8490

#ef8490 #efae84 #ef84c6

Monochromatic Colors of #ef8490

#ef8490

Complementary Color

#ef8490 #84efe3

#ef8490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8490 Color CSS Codes

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

#ef8490 Text Font Color

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

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


#ef8490 Background Color

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

This div background color is #ef8490


#ef8490 Border Color

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

This div border color is #ef8490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8490


Comments

No comments written yet.

Please login to write comment.