Color Hex Logo

#ef84da Color Hex

#EF84DA
(239,132,218)
0 Favorites   0 Comments

Color spaces of #ef84da

RGB 239132218
HSL0.870.770.73
HSV312°45°94°
CMYK 0.000.450.09   0.06
XYZ56.502839.915271.0560
Yxy39.91520.33740.2383
Hunter Lab63.178549.0767-22.4577
CIE-Lab69.409152.2746-26.2206

#ef84da color RGB value is (239,132,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 11011010
Octal 357 204 332
Decimal 239 132 218
Hex EF 84 DA

RGB Percentages of Color #ef84da

%40.58
%22.41
%37.01

CMYK Percentages of Color #ef84da

%0
%45
%9
%6

Triadic Colors of #ef84da

#ef84da #daef84 #84daef

Analogous Colors of #ef84da

#ef84da #ef84a5 #cf84ef

Monochromatic Colors of #ef84da

#ef84da

Complementary Color

#ef84da #84ef99

#ef84da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef84da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef84da Color CSS Codes

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

#ef84da Text Font Color

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

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


#ef84da Background Color

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

This div background color is #ef84da


#ef84da Border Color

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

This div border color is #ef84da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef84da


Comments

No comments written yet.

Please login to write comment.