Color Hex Logo

#ef4aba Color Hex

#EF4ABA
(239,74,186)
0 Favorites   0 Comments

Color spaces of #ef4aba

RGB 23974186
HSL0.890.840.61
HSV319°69°94°
CMYK 0.000.690.22   0.06
XYZ46.908326.793549.1537
Yxy26.79350.38180.2181
Hunter Lab51.762471.1765-20.0682
CIE-Lab58.782772.7912-24.4890

#ef4aba color RGB value is (239,74,186).

#ef4aba hex color red value is 239, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef4aba hue: 0.89 , saturation: 0.84 and the lightness value of ef4aba is 0.61.

The process color (four color CMYK) of #ef4aba color hex is 0.00, 0.69, 0.22, 0.06. Web safe color of #ef4aba is #ff33cc. Color #ef4aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001010 10111010
Octal 357 112 272
Decimal 239 74 186
Hex EF 4A BA

RGB Percentages of Color #ef4aba

%47.90
%14.83
%37.27

CMYK Percentages of Color #ef4aba

%0
%69
%22
%6

Triadic Colors of #ef4aba

#ef4aba #baef4a #4abaef

Analogous Colors of #ef4aba

#ef4aba #ef4a68 #d24aef

Monochromatic Colors of #ef4aba

#ef4aba

Complementary Color

#ef4aba #4aef7f

#ef4aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4aba Color CSS Codes

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

#ef4aba Text Font Color

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

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


#ef4aba Background Color

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

This div background color is #ef4aba


#ef4aba Border Color

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

This div border color is #ef4aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4aba


Comments

No comments written yet.

Please login to write comment.