Color Hex Logo

#ef8bbb Color Hex

#EF8BBB
(239,139,187)
0 Favorites   0 Comments

Color spaces of #ef8bbb

RGB 239139187
HSL0.920.760.74
HSV331°42°94°
CMYK 0.000.420.22   0.06
XYZ53.798940.403851.9769
Yxy40.40380.36800.2764
Hunter Lab63.564039.8408-3.9872
CIE-Lab69.756243.9624-8.4521

#ef8bbb color RGB value is (239,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001011 10111011
Octal 357 213 273
Decimal 239 139 187
Hex EF 8B BB

RGB Percentages of Color #ef8bbb

%42.30
%24.60
%33.10

CMYK Percentages of Color #ef8bbb

%0
%42
%22
%6

Triadic Colors of #ef8bbb

#ef8bbb #bbef8b #8bbbef

Analogous Colors of #ef8bbb

#ef8bbb #ef8d8b #ef8bed

Monochromatic Colors of #ef8bbb

#ef8bbb

Complementary Color

#ef8bbb #8befbf

#ef8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8bbb Color CSS Codes

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

#ef8bbb Text Font Color

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

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


#ef8bbb Background Color

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

This div background color is #ef8bbb


#ef8bbb Border Color

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

This div border color is #ef8bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8bbb


Comments

No comments written yet.

Please login to write comment.