Color Hex Logo

#ef04bf Color Hex

#EF04BF
(239,4,191)
0 Favorites   0 Comments

Color spaces of #ef04bf

RGB 2394191
HSL0.870.970.48
HSV312°98°94°
CMYK 0.000.980.20   0.06
XYZ45.044022.199151.2010
Yxy22.19910.38030.1874
Hunter Lab47.115988.1976-31.4495
CIE-Lab54.237687.0765-34.4266

#ef04bf color RGB value is (239,4,191).

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

The process color (four color CMYK) of #ef04bf color hex is 0.00, 0.98, 0.20, 0.06. Web safe color of #ef04bf is #ff00cc. Color #ef04bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000100 10111111
Octal 357 4 277
Decimal 239 4 191
Hex EF 4 BF

RGB Percentages of Color #ef04bf

%55.07
%0.92
%44.01

CMYK Percentages of Color #ef04bf

%0
%98
%20
%6

Triadic Colors of #ef04bf

#ef04bf #bfef04 #04bfef

Analogous Colors of #ef04bf

#ef04bf #ef0449 #aa04ef

Monochromatic Colors of #ef04bf

#ef04bf

Complementary Color

#ef04bf #04ef34

#ef04bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef04bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef04bf Color CSS Codes

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

#ef04bf Text Font Color

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

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


#ef04bf Background Color

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

This div background color is #ef04bf


#ef04bf Border Color

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

This div border color is #ef04bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef04bf


Comments

No comments written yet.

Please login to write comment.