Color Hex Logo

#ef00ba Color Hex

#EF00BA
(239,0,186)
0 Favorites   0 Comments

Color spaces of #ef00ba

RGB 2390186
HSL0.871.000.47
HSV313°100°94°
CMYK 0.001.000.22   0.06
XYZ44.459521.895948.3374
Yxy21.89590.38760.1909
Hunter Lab46.793187.7104-28.4917
CIE-Lab53.916486.7677-32.0252

#ef00ba color RGB value is (239,0,186).

#ef00ba hex color red value is 239, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef00ba hue: 0.87 , saturation: 1.00 and the lightness value of ef00ba is 0.47.

The process color (four color CMYK) of #ef00ba color hex is 0.00, 1.00, 0.22, 0.06. Web safe color of #ef00ba is #ff00cc. Color #ef00ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000000 10111010
Octal 357 0 272
Decimal 239 0 186
Hex EF 0 BA

RGB Percentages of Color #ef00ba

%56.24
%0.00
%43.76

CMYK Percentages of Color #ef00ba

%0
%100
%22
%6

Triadic Colors of #ef00ba

#ef00ba #baef00 #00baef

Analogous Colors of #ef00ba

#ef00ba #ef0042 #ad00ef

Monochromatic Colors of #ef00ba

#ef00ba

Complementary Color

#ef00ba #00ef35

#ef00ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef00ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef00ba Color CSS Codes

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

#ef00ba Text Font Color

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

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


#ef00ba Background Color

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

This div background color is #ef00ba


#ef00ba Border Color

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

This div border color is #ef00ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef00ba


Comments

No comments written yet.

Please login to write comment.