Color Hex Logo

#ef8471 Color Hex

#EF8471
(239,132,113)
0 Favorites   0 Comments

Color spaces of #ef8471

RGB 239132113
HSL0.030.800.69
HSV53°94°
CMYK 0.000.450.53   0.06
XYZ46.828536.045520.1121
Yxy36.04550.45470.3500
Hunter Lab60.037934.160522.1650
CIE-Lab66.554739.067128.4342

#ef8471 color RGB value is (239,132,113).

#ef8471 hex color red value is 239, green value is 132 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ef8471 hue: 0.03 , saturation: 0.80 and the lightness value of ef8471 is 0.69.

The process color (four color CMYK) of #ef8471 color hex is 0.00, 0.45, 0.53, 0.06. Web safe color of #ef8471 is #ff9966. Color #ef8471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 01110001
Octal 357 204 161
Decimal 239 132 113
Hex EF 84 71

RGB Percentages of Color #ef8471

%49.38
%27.27
%23.35

CMYK Percentages of Color #ef8471

%0
%45
%53
%6

Triadic Colors of #ef8471

#ef8471 #71ef84 #8471ef

Analogous Colors of #ef8471

#ef8471 #efc371 #ef719d

Monochromatic Colors of #ef8471

#ef8471

Complementary Color

#ef8471 #71dcef

#ef8471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8471 Color CSS Codes

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

#ef8471 Text Font Color

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

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


#ef8471 Background Color

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

This div background color is #ef8471


#ef8471 Border Color

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

This div border color is #ef8471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8471


Comments

No comments written yet.

Please login to write comment.