Color Hex Logo

#ef8fbd Color Hex

#EF8FBD
(239,143,189)
0 Favorites   0 Comments

Color spaces of #ef8fbd

RGB 239143189
HSL0.920.750.75
HSV331°40°94°
CMYK 0.000.400.21   0.06
XYZ54.604441.669853.3092
Yxy41.66980.36500.2786
Hunter Lab64.552138.0262-3.7770
CIE-Lab70.642742.1953-8.2480

#ef8fbd color RGB value is (239,143,189).

#ef8fbd hex color red value is 239, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef8fbd hue: 0.92 , saturation: 0.75 and the lightness value of ef8fbd is 0.75.

The process color (four color CMYK) of #ef8fbd color hex is 0.00, 0.40, 0.21, 0.06. Web safe color of #ef8fbd is #ff99cc. Color #ef8fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 10111101
Octal 357 217 275
Decimal 239 143 189
Hex EF 8F BD

RGB Percentages of Color #ef8fbd

%41.86
%25.04
%33.10

CMYK Percentages of Color #ef8fbd

%0
%40
%21
%6

Triadic Colors of #ef8fbd

#ef8fbd #bdef8f #8fbdef

Analogous Colors of #ef8fbd

#ef8fbd #ef918f #ef8fed

Monochromatic Colors of #ef8fbd

#ef8fbd

Complementary Color

#ef8fbd #8fefc1

#ef8fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8fbd Color CSS Codes

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

#ef8fbd Text Font Color

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

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


#ef8fbd Background Color

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

This div background color is #ef8fbd


#ef8fbd Border Color

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

This div border color is #ef8fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8fbd


Comments

No comments written yet.

Please login to write comment.