Color Hex Logo

#ef64ba Color Hex

#EF64BA
(239,100,186)
0 Favorites   0 Comments

Color spaces of #ef64ba

RGB 239100186
HSL0.900.810.66
HSV323°58°94°
CMYK 0.000.580.22   0.06
XYZ49.016731.010249.8565
Yxy31.01020.37740.2388
Hunter Lab55.686859.6676-14.1017
CIE-Lab62.516262.5318-18.7797

#ef64ba color RGB value is (239,100,186).

#ef64ba hex color red value is 239, green value is 100 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef64ba hue: 0.90 , saturation: 0.81 and the lightness value of ef64ba is 0.66.

The process color (four color CMYK) of #ef64ba color hex is 0.00, 0.58, 0.22, 0.06. Web safe color of #ef64ba is #ff66cc. Color #ef64ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 10111010
Octal 357 144 272
Decimal 239 100 186
Hex EF 64 BA

RGB Percentages of Color #ef64ba

%45.52
%19.05
%35.43

CMYK Percentages of Color #ef64ba

%0
%58
%22
%6

Triadic Colors of #ef64ba

#ef64ba #baef64 #64baef

Analogous Colors of #ef64ba

#ef64ba #ef6475 #df64ef

Monochromatic Colors of #ef64ba

#ef64ba

Complementary Color

#ef64ba #64ef99

#ef64ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64ba Color CSS Codes

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

#ef64ba Text Font Color

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

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


#ef64ba Background Color

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

This div background color is #ef64ba


#ef64ba Border Color

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

This div border color is #ef64ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64ba


Comments

No comments written yet.

Please login to write comment.