Color Hex Logo

#ef98bd Color Hex

#EF98BD
(239,152,189)
0 Favorites   0 Comments

Color spaces of #ef98bd

RGB 239152189
HSL0.930.730.77
HSV334°36°94°
CMYK 0.000.360.21   0.06
XYZ56.010144.481353.7778
Yxy44.48130.36310.2883
Hunter Lab66.694333.1899-1.1215
CIE-Lab72.549037.5148-5.4217

#ef98bd color RGB value is (239,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 10111101
Octal 357 230 275
Decimal 239 152 189
Hex EF 98 BD

RGB Percentages of Color #ef98bd

%41.21
%26.21
%32.59

CMYK Percentages of Color #ef98bd

%0
%36
%21
%6

Triadic Colors of #ef98bd

#ef98bd #bdef98 #98bdef

Analogous Colors of #ef98bd

#ef98bd #ef9f98 #ef98e9

Monochromatic Colors of #ef98bd

#ef98bd

Complementary Color

#ef98bd #98efca

#ef98bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef98bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef98bd Color CSS Codes

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

#ef98bd Text Font Color

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

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


#ef98bd Background Color

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

This div background color is #ef98bd


#ef98bd Border Color

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

This div border color is #ef98bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef98bd


Comments

No comments written yet.

Please login to write comment.