Color Hex Logo

#ef71bd Color Hex

#EF71BD
(239,113,189)
0 Favorites   0 Comments

Color spaces of #ef71bd

RGB 239113189
HSL0.900.800.69
HSV324°53°94°
CMYK 0.000.530.21   0.06
XYZ50.687033.835152.0034
Yxy33.83510.37130.2478
Hunter Lab58.167953.7493-12.2890
CIE-Lab64.831557.0560-16.9696

#ef71bd color RGB value is (239,113,189).

#ef71bd hex color red value is 239, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef71bd hue: 0.90 , saturation: 0.80 and the lightness value of ef71bd is 0.69.

The process color (four color CMYK) of #ef71bd color hex is 0.00, 0.53, 0.21, 0.06. Web safe color of #ef71bd is #ff66cc. Color #ef71bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110001 10111101
Octal 357 161 275
Decimal 239 113 189
Hex EF 71 BD

RGB Percentages of Color #ef71bd

%44.18
%20.89
%34.94

CMYK Percentages of Color #ef71bd

%0
%53
%21
%6

Triadic Colors of #ef71bd

#ef71bd #bdef71 #71bdef

Analogous Colors of #ef71bd

#ef71bd #ef717e #e271ef

Monochromatic Colors of #ef71bd

#ef71bd

Complementary Color

#ef71bd #71efa3

#ef71bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef71bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef71bd Color CSS Codes

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

#ef71bd Text Font Color

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

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


#ef71bd Background Color

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

This div background color is #ef71bd


#ef71bd Border Color

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

This div border color is #ef71bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef71bd


Comments

No comments written yet.

Please login to write comment.