Color Hex Logo

#ef44bd Color Hex

#EF44BD
(239,68,189)
0 Favorites   0 Comments

Color spaces of #ef44bd

RGB 23968189
HSL0.880.840.60
HSV318°72°94°
CMYK 0.000.720.21   0.06
XYZ46.849026.159150.7241
Yxy26.15910.37860.2114
Hunter Lab51.146073.9981-22.9988
CIE-Lab58.187875.1890-27.1316

#ef44bd color RGB value is (239,68,189).

#ef44bd hex color red value is 239, green value is 68 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef44bd hue: 0.88 , saturation: 0.84 and the lightness value of ef44bd is 0.60.

The process color (four color CMYK) of #ef44bd color hex is 0.00, 0.72, 0.21, 0.06. Web safe color of #ef44bd is #ff33cc. Color #ef44bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000100 10111101
Octal 357 104 275
Decimal 239 68 189
Hex EF 44 BD

RGB Percentages of Color #ef44bd

%48.19
%13.71
%38.10

CMYK Percentages of Color #ef44bd

%0
%72
%21
%6

Triadic Colors of #ef44bd

#ef44bd #bdef44 #44bdef

Analogous Colors of #ef44bd

#ef44bd #ef4468 #cc44ef

Monochromatic Colors of #ef44bd

#ef44bd

Complementary Color

#ef44bd #44ef76

#ef44bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef44bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef44bd Color CSS Codes

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

#ef44bd Text Font Color

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

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


#ef44bd Background Color

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

This div background color is #ef44bd


#ef44bd Border Color

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

This div border color is #ef44bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef44bd


Comments

No comments written yet.

Please login to write comment.