Color Hex Logo

#ef48bb Color Hex

#EF48BB
(239,72,187)
0 Favorites   0 Comments

Color spaces of #ef48bb

RGB 23972187
HSL0.890.840.61
HSV319°70°94°
CMYK 0.000.700.22   0.06
XYZ46.883626.573349.6718
Yxy26.57330.38080.2158
Hunter Lab51.549372.1328-21.0461
CIE-Lab58.577373.6073-25.3804

#ef48bb color RGB value is (239,72,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 10111011
Octal 357 110 273
Decimal 239 72 187
Hex EF 48 BB

RGB Percentages of Color #ef48bb

%47.99
%14.46
%37.55

CMYK Percentages of Color #ef48bb

%0
%70
%22
%6

Triadic Colors of #ef48bb

#ef48bb #bbef48 #48bbef

Analogous Colors of #ef48bb

#ef48bb #ef4868 #d048ef

Monochromatic Colors of #ef48bb

#ef48bb

Complementary Color

#ef48bb #48ef7c

#ef48bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef48bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef48bb Color CSS Codes

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

#ef48bb Text Font Color

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

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


#ef48bb Background Color

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

This div background color is #ef48bb


#ef48bb Border Color

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

This div border color is #ef48bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef48bb


Comments

No comments written yet.

Please login to write comment.