Color Hex Logo

#ef28ba Color Hex

#EF28BA
(239,40,186)
0 Favorites   0 Comments

Color spaces of #ef28ba

RGB 23940186
HSL0.880.860.55
HSV316°83°94°
CMYK 0.000.830.22   0.06
XYZ45.218323.413548.5904
Yxy23.41350.38570.1997
Hunter Lab48.387582.1308-25.6674
CIE-Lab55.495782.1558-29.5679

#ef28ba color RGB value is (239,40,186).

#ef28ba hex color red value is 239, green value is 40 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef28ba hue: 0.88 , saturation: 0.86 and the lightness value of ef28ba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101000 10111010
Octal 357 50 272
Decimal 239 40 186
Hex EF 28 BA

RGB Percentages of Color #ef28ba

%51.40
%8.60
%40.00

CMYK Percentages of Color #ef28ba

%0
%83
%22
%6

Triadic Colors of #ef28ba

#ef28ba #baef28 #28baef

Analogous Colors of #ef28ba

#ef28ba #ef2857 #c128ef

Monochromatic Colors of #ef28ba

#ef28ba

Complementary Color

#ef28ba #28ef5d

#ef28ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef28ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef28ba Color CSS Codes

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

#ef28ba Text Font Color

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

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


#ef28ba Background Color

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

This div background color is #ef28ba


#ef28ba Border Color

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

This div border color is #ef28ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef28ba


Comments

No comments written yet.

Please login to write comment.