color codes Logo

#ef8ccb color codes

#EF8CCB
(239,140,203)
0 Favorites   0 Comments

Color spaces of #ef8ccb

RGB 239140203
HSL0.890.760.74
HSV322°41°94°
CMYK 0.000.410.15   0.06
XYZ55.754241.418761.5560
Yxy41.41870.35130.2609
Hunter Lab64.357442.0131-11.6591
CIE-Lab70.468345.8442-16.2906

#ef8ccb color RGB value is (239,140,203).

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

The process color (four color CMYK) of #ef8ccb color code is 0.00, 0.41, 0.15, 0.06. Web safe color of #ef8ccb is #ff99cc. Color #ef8ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001100 11001011
Octal 357 214 313
Decimal 239 140 203
Hex EF 8C CB

RGB Percentages of Color #ef8ccb

%41.07
%24.05
%34.88

CMYK Percentages of Color #ef8ccb

%0
%41
%15
%6

Triadic Colors of #ef8ccb

#ef8ccb #cbef8c #8ccbef

Analogous Colors of #ef8ccb

#ef8ccb #ef8c9a #e28cef

Monochromatic Colors of #ef8ccb

#ef8ccb

Complementary Color

#ef8ccb #8cefb0

#ef8ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8ccb Color CSS Codes

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

#ef8ccb Text Font Color

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

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


#ef8ccb Background Color

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

This div background color is #ef8ccb


#ef8ccb Border Color

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

This div border color is #ef8ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8ccb


Comments

No comments written yet.

Please login to write comment.