Color Hex Logo

#ef53ba Color Hex

#EF53BA
(239,83,186)
0 Favorites   0 Comments

Color spaces of #ef53ba

RGB 23983186
HSL0.890.830.63
HSV320°65°94°
CMYK 0.000.650.22   0.06
XYZ47.552828.082449.3685
Yxy28.08240.38040.2247
Hunter Lab52.992867.4385-18.1400
CIE-Lab59.963169.5046-22.6770

#ef53ba color RGB value is (239,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010011 10111010
Octal 357 123 272
Decimal 239 83 186
Hex EF 53 BA

RGB Percentages of Color #ef53ba

%47.05
%16.34
%36.61

CMYK Percentages of Color #ef53ba

%0
%65
%22
%6

Triadic Colors of #ef53ba

#ef53ba #baef53 #53baef

Analogous Colors of #ef53ba

#ef53ba #ef536c #d653ef

Monochromatic Colors of #ef53ba

#ef53ba

Complementary Color

#ef53ba #53ef88

#ef53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef53ba Color CSS Codes

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

#ef53ba Text Font Color

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

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


#ef53ba Background Color

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

This div background color is #ef53ba


#ef53ba Border Color

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

This div border color is #ef53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef53ba


Comments

No comments written yet.

Please login to write comment.