Color Hex Logo

#ef97ea Color Hex

#EF97EA
(239,151,234)
0 Favorites   0 Comments

Color spaces of #ef97ea

RGB 239151234
HSL0.840.730.76
HSV303°37°94°
CMYK 0.000.370.02   0.06
XYZ61.514546.424583.5605
Yxy46.42450.32120.2424
Hunter Lab68.135541.9172-25.0176
CIE-Lab73.820145.3412-28.2469

#ef97ea color RGB value is (239,151,234).

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

The process color (four color CMYK) of #ef97ea color hex is 0.00, 0.37, 0.02, 0.06. Web safe color of #ef97ea is #ff99ff. Color #ef97ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010111 11101010
Octal 357 227 352
Decimal 239 151 234
Hex EF 97 EA

RGB Percentages of Color #ef97ea

%38.30
%24.20
%37.50

CMYK Percentages of Color #ef97ea

%0
%37
%2
%6

Triadic Colors of #ef97ea

#ef97ea #eaef97 #97eaef

Analogous Colors of #ef97ea

#ef97ea #ef97be #c897ef

Monochromatic Colors of #ef97ea

#ef97ea

Complementary Color

#ef97ea #97ef9c

#ef97ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef97ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef97ea Color CSS Codes

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

#ef97ea Text Font Color

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

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


#ef97ea Background Color

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

This div background color is #ef97ea


#ef97ea Border Color

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

This div border color is #ef97ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef97ea


Comments

No comments written yet.

Please login to write comment.