Color Hex Logo

#ef8486 Color Hex

#EF8486
(239,132,134)
0 Favorites   0 Comments

Color spaces of #ef8486

RGB 239132134
HSL1.000.770.73
HSV359°45°94°
CMYK 0.000.450.44   0.06
XYZ48.150936.574527.0760
Yxy36.57450.43070.3271
Hunter Lab60.476936.284915.7892
CIE-Lab66.956641.017617.2602

#ef8486 color RGB value is (239,132,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 10000110
Octal 357 204 206
Decimal 239 132 134
Hex EF 84 86

RGB Percentages of Color #ef8486

%47.33
%26.14
%26.53

CMYK Percentages of Color #ef8486

%0
%45
%44
%6

Triadic Colors of #ef8486

#ef8486 #86ef84 #8486ef

Analogous Colors of #ef8486

#ef8486 #efb884 #ef84bc

Monochromatic Colors of #ef8486

#ef8486

Complementary Color

#ef8486 #84efed

#ef8486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8486 Color CSS Codes

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

#ef8486 Text Font Color

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

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


#ef8486 Background Color

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

This div background color is #ef8486


#ef8486 Border Color

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

This div border color is #ef8486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8486


Comments

No comments written yet.

Please login to write comment.