Color Hex Logo

#ef96da Color Hex

#EF96DA
(239,150,218)
0 Favorites   0 Comments

Color spaces of #ef96da

RGB 239150218
HSL0.870.740.76
HSV314°37°94°
CMYK 0.000.370.09   0.06
XYZ59.157845.225471.9411
Yxy45.22540.33550.2565
Hunter Lab67.249839.3343-16.3511
CIE-Lab73.040143.1083-20.6776

#ef96da color RGB value is (239,150,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 11011010
Octal 357 226 332
Decimal 239 150 218
Hex EF 96 DA

RGB Percentages of Color #ef96da

%39.37
%24.71
%35.91

CMYK Percentages of Color #ef96da

%0
%37
%9
%6

Triadic Colors of #ef96da

#ef96da #daef96 #96daef

Analogous Colors of #ef96da

#ef96da #ef96ae #d896ef

Monochromatic Colors of #ef96da

#ef96da

Complementary Color

#ef96da #96efab

#ef96da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef96da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef96da Color CSS Codes

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

#ef96da Text Font Color

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

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


#ef96da Background Color

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

This div background color is #ef96da


#ef96da Border Color

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

This div border color is #ef96da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef96da


Comments

No comments written yet.

Please login to write comment.