Color Hex Logo

#ef8bdc Color Hex

#EF8BDC
(239,139,220)
0 Favorites   0 Comments

Color spaces of #ef8bdc

RGB 239139220
HSL0.870.760.74
HSV311°42°94°
CMYK 0.000.420.08   0.06
XYZ57.747541.983372.7701
Yxy41.98330.33480.2434
Hunter Lab64.794545.6960-21.2319
CIE-Lab70.859449.0880-25.1039

#ef8bdc color RGB value is (239,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001011 11011100
Octal 357 213 334
Decimal 239 139 220
Hex EF 8B DC

RGB Percentages of Color #ef8bdc

%39.97
%23.24
%36.79

CMYK Percentages of Color #ef8bdc

%0
%42
%8
%6

Triadic Colors of #ef8bdc

#ef8bdc #dcef8b #8bdcef

Analogous Colors of #ef8bdc

#ef8bdc #ef8baa #d08bef

Monochromatic Colors of #ef8bdc

#ef8bdc

Complementary Color

#ef8bdc #8bef9e

#ef8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8bdc Color CSS Codes

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

#ef8bdc Text Font Color

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

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


#ef8bdc Background Color

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

This div background color is #ef8bdc


#ef8bdc Border Color

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

This div border color is #ef8bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,139,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 #ef8bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8bdc


Comments

No comments written yet.

Please login to write comment.