Color Hex Logo

#ef8dbf Color Hex

#EF8DBF
(239,141,191)
0 Favorites   0 Comments

Color spaces of #ef8dbf

RGB 239141191
HSL0.910.750.75
HSV329°41°94°
CMYK 0.000.410.20   0.06
XYZ54.525541.162154.3615
Yxy41.16210.36340.2743
Hunter Lab64.157739.4253-5.3267
CIE-Lab70.289343.5179-9.8876

#ef8dbf color RGB value is (239,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001101 10111111
Octal 357 215 277
Decimal 239 141 191
Hex EF 8D BF

RGB Percentages of Color #ef8dbf

%41.86
%24.69
%33.45

CMYK Percentages of Color #ef8dbf

%0
%41
%20
%6

Triadic Colors of #ef8dbf

#ef8dbf #bfef8d #8dbfef

Analogous Colors of #ef8dbf

#ef8dbf #ef8d8e #ee8def

Monochromatic Colors of #ef8dbf

#ef8dbf

Complementary Color

#ef8dbf #8defbd

#ef8dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8dbf Color CSS Codes

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

#ef8dbf Text Font Color

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

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


#ef8dbf Background Color

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

This div background color is #ef8dbf


#ef8dbf Border Color

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

This div border color is #ef8dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8dbf


Comments

No comments written yet.

Please login to write comment.