Color Hex Logo

#ef94bb Color Hex

#EF94BB
(239,148,187)
0 Favorites   0 Comments

Color spaces of #ef94bb

RGB 239148187
HSL0.930.740.76
HSV334°38°94°
CMYK 0.000.380.22   0.06
XYZ55.156143.118452.4293
Yxy43.11840.36600.2861
Hunter Lab65.664635.0211-1.3743
CIE-Lab71.635339.3121-5.6645

#ef94bb color RGB value is (239,148,187).

#ef94bb hex color red value is 239, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ef94bb hue: 0.93 , saturation: 0.74 and the lightness value of ef94bb is 0.76.

The process color (four color CMYK) of #ef94bb color hex is 0.00, 0.38, 0.22, 0.06. Web safe color of #ef94bb is #ff99cc. Color #ef94bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 10111011
Octal 357 224 273
Decimal 239 148 187
Hex EF 94 BB

RGB Percentages of Color #ef94bb

%41.64
%25.78
%32.58

CMYK Percentages of Color #ef94bb

%0
%38
%22
%6

Triadic Colors of #ef94bb

#ef94bb #bbef94 #94bbef

Analogous Colors of #ef94bb

#ef94bb #ef9b94 #ef94e9

Monochromatic Colors of #ef94bb

#ef94bb

Complementary Color

#ef94bb #94efc8

#ef94bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef94bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef94bb Color CSS Codes

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

#ef94bb Text Font Color

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

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


#ef94bb Background Color

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

This div background color is #ef94bb


#ef94bb Border Color

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

This div border color is #ef94bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef94bb


Comments

No comments written yet.

Please login to write comment.