Color Hex Logo

#ef86bc Color Hex

#EF86BC
(239,134,188)
0 Favorites   0 Comments

Color spaces of #ef86bc

RGB 239134188
HSL0.910.770.73
HSV329°44°94°
CMYK 0.000.440.21   0.06
XYZ53.198839.031852.3070
Yxy39.03180.36810.2700
Hunter Lab62.475442.6635-5.9072
CIE-Lab68.774346.6510-10.4752

#ef86bc color RGB value is (239,134,188).

#ef86bc hex color red value is 239, green value is 134 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ef86bc hue: 0.91 , saturation: 0.77 and the lightness value of ef86bc is 0.73.

The process color (four color CMYK) of #ef86bc color hex is 0.00, 0.44, 0.21, 0.06. Web safe color of #ef86bc is #ff99cc. Color #ef86bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 10111100
Octal 357 206 274
Decimal 239 134 188
Hex EF 86 BC

RGB Percentages of Color #ef86bc

%42.60
%23.89
%33.51

CMYK Percentages of Color #ef86bc

%0
%44
%21
%6

Triadic Colors of #ef86bc

#ef86bc #bcef86 #86bcef

Analogous Colors of #ef86bc

#ef86bc #ef8688 #ee86ef

Monochromatic Colors of #ef86bc

#ef86bc

Complementary Color

#ef86bc #86efb9

#ef86bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef86bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef86bc Color CSS Codes

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

#ef86bc Text Font Color

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

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


#ef86bc Background Color

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

This div background color is #ef86bc


#ef86bc Border Color

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

This div border color is #ef86bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef86bc


Comments

No comments written yet.

Please login to write comment.