Color Hex Logo

#ef8dcf Color Hex

#EF8DCF
(239,141,207)
0 Favorites   0 Comments

Color spaces of #ef8dcf

RGB 239141207
HSL0.890.750.75
HSV320°41°94°
CMYK 0.000.410.13   0.06
XYZ56.384041.905564.1483
Yxy41.90550.34710.2580
Hunter Lab64.734542.1890-13.4390
CIE-Lab70.805745.9598-17.9984

#ef8dcf color RGB value is (239,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001101 11001111
Octal 357 215 317
Decimal 239 141 207
Hex EF 8D CF

RGB Percentages of Color #ef8dcf

%40.72
%24.02
%35.26

CMYK Percentages of Color #ef8dcf

%0
%41
%13
%6

Triadic Colors of #ef8dcf

#ef8dcf #cfef8d #8dcfef

Analogous Colors of #ef8dcf

#ef8dcf #ef8d9e #de8def

Monochromatic Colors of #ef8dcf

#ef8dcf

Complementary Color

#ef8dcf #8defad

#ef8dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8dcf Color CSS Codes

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

#ef8dcf Text Font Color

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

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


#ef8dcf Background Color

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

This div background color is #ef8dcf


#ef8dcf Border Color

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

This div border color is #ef8dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8dcf


Comments

No comments written yet.

Please login to write comment.