Color Hex Logo

#ef919f Color Hex

#EF919F
(239,145,159)
0 Favorites   0 Comments

Color spaces of #ef919f

RGB 239145159
HSL0.980.750.75
HSV351°39°94°
CMYK 0.000.390.33   0.06
XYZ51.980041.104737.9952
Yxy41.10470.39660.3136
Hunter Lab64.112932.52249.7421
CIE-Lab70.249237.12257.9001

#ef919f color RGB value is (239,145,159).

#ef919f hex color red value is 239, green value is 145 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef919f hue: 0.98 , saturation: 0.75 and the lightness value of ef919f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010001 10011111
Octal 357 221 237
Decimal 239 145 159
Hex EF 91 9F

RGB Percentages of Color #ef919f

%44.01
%26.70
%29.28

CMYK Percentages of Color #ef919f

%0
%39
%33
%6

Triadic Colors of #ef919f

#ef919f #9fef91 #919fef

Analogous Colors of #ef919f

#ef919f #efb291 #ef91ce

Monochromatic Colors of #ef919f

#ef919f

Complementary Color

#ef919f #91efe1

#ef919f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef919f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef919f Color CSS Codes

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

#ef919f Text Font Color

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

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


#ef919f Background Color

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

This div background color is #ef919f


#ef919f Border Color

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

This div border color is #ef919f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,145,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 #ef919f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef919f


Comments

No comments written yet.

Please login to write comment.