Color Hex Logo

#ef81bc Color Hex

#EF81BC
(239,129,188)
0 Favorites   0 Comments

Color spaces of #ef81bc

RGB 239129188
HSL0.910.770.72
HSV328°46°94°
CMYK 0.000.460.21   0.06
XYZ52.524037.682152.0820
Yxy37.68210.36910.2648
Hunter Lab61.385745.3064-7.3339
CIE-Lab67.785749.1627-11.9549

#ef81bc color RGB value is (239,129,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 10111100
Octal 357 201 274
Decimal 239 129 188
Hex EF 81 BC

RGB Percentages of Color #ef81bc

%42.99
%23.20
%33.81

CMYK Percentages of Color #ef81bc

%0
%46
%21
%6

Triadic Colors of #ef81bc

#ef81bc #bcef81 #81bcef

Analogous Colors of #ef81bc

#ef81bc #ef8185 #eb81ef

Monochromatic Colors of #ef81bc

#ef81bc

Complementary Color

#ef81bc #81efb4

#ef81bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef81bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef81bc Color CSS Codes

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

#ef81bc Text Font Color

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

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


#ef81bc Background Color

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

This div background color is #ef81bc


#ef81bc Border Color

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

This div border color is #ef81bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef81bc


Comments

No comments written yet.

Please login to write comment.