Color Hex Logo

#ef8bbf Color Hex

#EF8BBF
(239,139,191)
0 Favorites   0 Comments

Color spaces of #ef8bbf

RGB 239139191
HSL0.910.760.74
HSV329°42°94°
CMYK 0.000.420.20   0.06
XYZ54.233240.577554.2641
Yxy40.57750.36380.2722
Hunter Lab63.700540.4952-5.9167
CIE-Lab69.878944.5434-10.5004

#ef8bbf color RGB value is (239,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001011 10111111
Octal 357 213 277
Decimal 239 139 191
Hex EF 8B BF

RGB Percentages of Color #ef8bbf

%42.00
%24.43
%33.57

CMYK Percentages of Color #ef8bbf

%0
%42
%20
%6

Triadic Colors of #ef8bbf

#ef8bbf #bfef8b #8bbfef

Analogous Colors of #ef8bbf

#ef8bbf #ef8b8d #ed8bef

Monochromatic Colors of #ef8bbf

#ef8bbf

Complementary Color

#ef8bbf #8befbb

#ef8bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8bbf Color CSS Codes

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

#ef8bbf Text Font Color

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

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


#ef8bbf Background Color

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

This div background color is #ef8bbf


#ef8bbf Border Color

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

This div border color is #ef8bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8bbf


Comments

No comments written yet.

Please login to write comment.