Color Hex Logo

#ef867f Color Hex

#EF867F
(239,134,127)
0 Favorites   0 Comments

Color spaces of #ef867f

RGB 239134127
HSL0.010.780.72
HSV47°94°
CMYK 0.000.440.47   0.06
XYZ47.952536.933224.6801
Yxy36.93320.43770.3371
Hunter Lab60.772734.492718.4629
CIE-Lab67.226939.304321.5510

#ef867f color RGB value is (239,134,127).

#ef867f hex color red value is 239, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ef867f hue: 0.01 , saturation: 0.78 and the lightness value of ef867f is 0.72.

The process color (four color CMYK) of #ef867f color hex is 0.00, 0.44, 0.47, 0.06. Web safe color of #ef867f is #ff9966. Color #ef867f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 01111111
Octal 357 206 177
Decimal 239 134 127
Hex EF 86 7F

RGB Percentages of Color #ef867f

%47.80
%26.80
%25.40

CMYK Percentages of Color #ef867f

%0
%44
%47
%6

Triadic Colors of #ef867f

#ef867f #7fef86 #867fef

Analogous Colors of #ef867f

#ef867f #efbe7f #ef7fb0

Monochromatic Colors of #ef867f

#ef867f

Complementary Color

#ef867f #7fe8ef

#ef867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef867f Color CSS Codes

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

#ef867f Text Font Color

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

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


#ef867f Background Color

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

This div background color is #ef867f


#ef867f Border Color

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

This div border color is #ef867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef867f


Comments

No comments written yet.

Please login to write comment.