Color Hex Logo

#ef8390 Color Hex

#EF8390
(239,131,144)
0 Favorites   0 Comments

Color spaces of #ef8390

RGB 239131144
HSL0.980.770.73
HSV353°45°94°
CMYK 0.000.450.40   0.06
XYZ48.746936.596930.8802
Yxy36.59690.41940.3149
Hunter Lab60.495437.967612.0818
CIE-Lab66.973542.582411.6554

#ef8390 color RGB value is (239,131,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 10010000
Octal 357 203 220
Decimal 239 131 144
Hex EF 83 90

RGB Percentages of Color #ef8390

%46.50
%25.49
%28.02

CMYK Percentages of Color #ef8390

%0
%45
%40
%6

Triadic Colors of #ef8390

#ef8390 #90ef83 #8390ef

Analogous Colors of #ef8390

#ef8390 #efac83 #ef83c6

Monochromatic Colors of #ef8390

#ef8390

Complementary Color

#ef8390 #83efe2

#ef8390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8390 Color CSS Codes

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

#ef8390 Text Font Color

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

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


#ef8390 Background Color

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

This div background color is #ef8390


#ef8390 Border Color

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

This div border color is #ef8390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8390


Comments

No comments written yet.

Please login to write comment.