Color Hex Logo

#ef8ccd Color Hex

#EF8CCD
(239,140,205)
0 Favorites   0 Comments

Color spaces of #ef8ccd

RGB 239140205
HSL0.890.760.74
HSV321°41°94°
CMYK 0.000.410.14   0.06
XYZ55.994141.514762.8195
Yxy41.51470.34920.2589
Hunter Lab64.431942.3684-12.7039
CIE-Lab70.535046.1559-17.2993

#ef8ccd color RGB value is (239,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001100 11001101
Octal 357 214 315
Decimal 239 140 205
Hex EF 8C CD

RGB Percentages of Color #ef8ccd

%40.92
%23.97
%35.10

CMYK Percentages of Color #ef8ccd

%0
%41
%14
%6

Triadic Colors of #ef8ccd

#ef8ccd #cdef8c #8ccdef

Analogous Colors of #ef8ccd

#ef8ccd #ef8c9c #e08cef

Monochromatic Colors of #ef8ccd

#ef8ccd

Complementary Color

#ef8ccd #8cefae

#ef8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8ccd Color CSS Codes

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

#ef8ccd Text Font Color

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

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


#ef8ccd Background Color

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

This div background color is #ef8ccd


#ef8ccd Border Color

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

This div border color is #ef8ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8ccd


Comments

No comments written yet.

Please login to write comment.