Color Hex Logo

#ef859f Color Hex

#EF859F
(239,133,159)
0 Favorites   0 Comments

Color spaces of #ef859f

RGB 239133159
HSL0.960.770.73
HSV345°44°94°
CMYK 0.000.440.33   0.06
XYZ50.242137.629037.4160
Yxy37.62900.40100.3003
Hunter Lab61.342538.84976.7757
CIE-Lab67.746343.30234.3038

#ef859f color RGB value is (239,133,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 10011111
Octal 357 205 237
Decimal 239 133 159
Hex EF 85 9F

RGB Percentages of Color #ef859f

%45.01
%25.05
%29.94

CMYK Percentages of Color #ef859f

%0
%44
%33
%6

Triadic Colors of #ef859f

#ef859f #9fef85 #859fef

Analogous Colors of #ef859f

#ef859f #efa085 #ef85d4

Monochromatic Colors of #ef859f

#ef859f

Complementary Color

#ef859f #85efd5

#ef859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef859f Color CSS Codes

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

#ef859f Text Font Color

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

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


#ef859f Background Color

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

This div background color is #ef859f


#ef859f Border Color

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

This div border color is #ef859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef859f


Comments

No comments written yet.

Please login to write comment.