Color Hex Logo

#ef8cce Color Hex

#EF8CCE
(239,140,206)
0 Favorites   0 Comments

Color spaces of #ef8cce

RGB 239140206
HSL0.890.760.74
HSV320°41°94°
CMYK 0.000.410.14   0.06
XYZ56.115341.563163.4574
Yxy41.56310.34820.2579
Hunter Lab64.469542.5479-13.2306
CIE-Lab70.568646.3132-17.8030

#ef8cce color RGB value is (239,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001100 11001110
Octal 357 214 316
Decimal 239 140 206
Hex EF 8C CE

RGB Percentages of Color #ef8cce

%40.85
%23.93
%35.21

CMYK Percentages of Color #ef8cce

%0
%41
%14
%6

Triadic Colors of #ef8cce

#ef8cce #ceef8c #8cceef

Analogous Colors of #ef8cce

#ef8cce #ef8c9d #df8cef

Monochromatic Colors of #ef8cce

#ef8cce

Complementary Color

#ef8cce #8cefad

#ef8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8cce Color CSS Codes

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

#ef8cce Text Font Color

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

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


#ef8cce Background Color

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

This div background color is #ef8cce


#ef8cce Border Color

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

This div border color is #ef8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8cce


Comments

No comments written yet.

Please login to write comment.