Color Hex Logo

#ef1fbf Color Hex

#EF1FBF
(239,31,191)
0 Favorites   0 Comments

Color spaces of #ef1fbf

RGB 23931191
HSL0.870.870.53
HSV314°87°94°
CMYK 0.000.870.20   0.06
XYZ45.490623.092351.3499
Yxy23.09230.37930.1925
Hunter Lab48.054484.8812-29.7178
CIE-Lab55.167384.3534-32.9743

#ef1fbf color RGB value is (239,31,191).

#ef1fbf hex color red value is 239, green value is 31 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ef1fbf hue: 0.87 , saturation: 0.87 and the lightness value of ef1fbf is 0.53.

The process color (four color CMYK) of #ef1fbf color hex is 0.00, 0.87, 0.20, 0.06. Web safe color of #ef1fbf is #ff33cc. Color #ef1fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011111 10111111
Octal 357 37 277
Decimal 239 31 191
Hex EF 1F BF

RGB Percentages of Color #ef1fbf

%51.84
%6.72
%41.43

CMYK Percentages of Color #ef1fbf

%0
%87
%20
%6

Triadic Colors of #ef1fbf

#ef1fbf #bfef1f #1fbfef

Analogous Colors of #ef1fbf

#ef1fbf #ef1f57 #b71fef

Monochromatic Colors of #ef1fbf

#ef1fbf

Complementary Color

#ef1fbf #1fef4f

#ef1fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1fbf Color CSS Codes

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

#ef1fbf Text Font Color

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

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


#ef1fbf Background Color

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

This div background color is #ef1fbf


#ef1fbf Border Color

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

This div border color is #ef1fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1fbf


Comments

No comments written yet.

Please login to write comment.