Color Hex Logo

#ef8fdc Color Hex

#EF8FDC
(239,143,220)
0 Favorites   0 Comments

Color spaces of #ef8fdc

RGB 239143220
HSL0.870.750.75
HSV312°40°94°
CMYK 0.000.400.08   0.06
XYZ58.337343.163072.9667
Yxy43.16300.33440.2474
Hunter Lab65.698643.5273-19.8602
CIE-Lab71.665547.0505-23.8715

#ef8fdc color RGB value is (239,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 11011100
Octal 357 217 334
Decimal 239 143 220
Hex EF 8F DC

RGB Percentages of Color #ef8fdc

%39.70
%23.75
%36.54

CMYK Percentages of Color #ef8fdc

%0
%40
%8
%6

Triadic Colors of #ef8fdc

#ef8fdc #dcef8f #8fdcef

Analogous Colors of #ef8fdc

#ef8fdc #ef8fac #d28fef

Monochromatic Colors of #ef8fdc

#ef8fdc

Complementary Color

#ef8fdc #8fefa2

#ef8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8fdc Color CSS Codes

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

#ef8fdc Text Font Color

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

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


#ef8fdc Background Color

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

This div background color is #ef8fdc


#ef8fdc Border Color

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

This div border color is #ef8fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8fdc


Comments

No comments written yet.

Please login to write comment.