Color Hex Logo

#ef46bb Color Hex

#EF46BB
(239,70,187)
0 Favorites   0 Comments

Color spaces of #ef46bb

RGB 23970187
HSL0.880.840.61
HSV318°71°94°
CMYK 0.000.710.22   0.06
XYZ46.756426.318949.6294
Yxy26.31890.38100.2145
Hunter Lab51.301972.9058-21.4457
CIE-Lab58.338574.2788-25.7482

#ef46bb color RGB value is (239,70,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000110 10111011
Octal 357 106 273
Decimal 239 70 187
Hex EF 46 BB

RGB Percentages of Color #ef46bb

%48.19
%14.11
%37.70

CMYK Percentages of Color #ef46bb

%0
%71
%22
%6

Triadic Colors of #ef46bb

#ef46bb #bbef46 #46bbef

Analogous Colors of #ef46bb

#ef46bb #ef4667 #cf46ef

Monochromatic Colors of #ef46bb

#ef46bb

Complementary Color

#ef46bb #46ef7a

#ef46bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef46bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef46bb Color CSS Codes

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

#ef46bb Text Font Color

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

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


#ef46bb Background Color

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

This div background color is #ef46bb


#ef46bb Border Color

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

This div border color is #ef46bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef46bb


Comments

No comments written yet.

Please login to write comment.