Color Hex Logo

#ef859e Color Hex

#EF859E
(239,133,158)
0 Favorites   0 Comments

Color spaces of #ef859e

RGB 239133158
HSL0.960.770.73
HSV346°44°94°
CMYK 0.000.440.34   0.06
XYZ50.155737.594436.9607
Yxy37.59440.40220.3015
Hunter Lab61.314338.71487.1795
CIE-Lab67.720643.18114.8301

#ef859e color RGB value is (239,133,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 10011110
Octal 357 205 236
Decimal 239 133 158
Hex EF 85 9E

RGB Percentages of Color #ef859e

%45.09
%25.09
%29.81

CMYK Percentages of Color #ef859e

%0
%44
%34
%6

Triadic Colors of #ef859e

#ef859e #9eef85 #859eef

Analogous Colors of #ef859e

#ef859e #efa185 #ef85d3

Monochromatic Colors of #ef859e

#ef859e

Complementary Color

#ef859e #85efd6

#ef859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef859e Color CSS Codes

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

#ef859e Text Font Color

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

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


#ef859e Background Color

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

This div background color is #ef859e


#ef859e Border Color

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

This div border color is #ef859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef859e


Comments

No comments written yet.

Please login to write comment.