Color Hex Logo

#ef97dc Color Hex

#EF97DC
(239,151,220)
0 Favorites   0 Comments

Color spaces of #ef97dc

RGB 239151220
HSL0.870.730.76
HSV313°37°94°
CMYK 0.000.370.08   0.06
XYZ59.581545.651273.3814
Yxy45.65120.33360.2556
Hunter Lab67.565739.1669-17.0974
CIE-Lab73.318642.9244-21.3522

#ef97dc color RGB value is (239,151,220).

#ef97dc hex color red value is 239, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ef97dc hue: 0.87 , saturation: 0.73 and the lightness value of ef97dc is 0.76.

The process color (four color CMYK) of #ef97dc color hex is 0.00, 0.37, 0.08, 0.06. Web safe color of #ef97dc is #ff99cc. Color #ef97dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010111 11011100
Octal 357 227 334
Decimal 239 151 220
Hex EF 97 DC

RGB Percentages of Color #ef97dc

%39.18
%24.75
%36.07

CMYK Percentages of Color #ef97dc

%0
%37
%8
%6

Triadic Colors of #ef97dc

#ef97dc #dcef97 #97dcef

Analogous Colors of #ef97dc

#ef97dc #ef97b0 #d697ef

Monochromatic Colors of #ef97dc

#ef97dc

Complementary Color

#ef97dc #97efaa

#ef97dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef97dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef97dc Color CSS Codes

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

#ef97dc Text Font Color

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

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


#ef97dc Background Color

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

This div background color is #ef97dc


#ef97dc Border Color

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

This div border color is #ef97dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef97dc


Comments

No comments written yet.

Please login to write comment.