Color Hex Logo

#ef84ae Color Hex

#EF84AE
(239,132,174)
0 Favorites   0 Comments

Color spaces of #ef84ae

RGB 239132174
HSL0.930.770.73
HSV336°45°94°
CMYK 0.000.450.27   0.06
XYZ51.487837.909244.6479
Yxy37.90920.38410.2828
Hunter Lab61.570441.52090.1051
CIE-Lab67.953645.7225-3.8380

#ef84ae color RGB value is (239,132,174).

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

The process color (four color CMYK) of #ef84ae color hex is 0.00, 0.45, 0.27, 0.06. Web safe color of #ef84ae is #ff9999. Color #ef84ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 10101110
Octal 357 204 256
Decimal 239 132 174
Hex EF 84 AE

RGB Percentages of Color #ef84ae

%43.85
%24.22
%31.93

CMYK Percentages of Color #ef84ae

%0
%45
%27
%6

Triadic Colors of #ef84ae

#ef84ae #aeef84 #84aeef

Analogous Colors of #ef84ae

#ef84ae #ef9084 #ef84e4

Monochromatic Colors of #ef84ae

#ef84ae

Complementary Color

#ef84ae #84efc5

#ef84ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef84ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef84ae Color CSS Codes

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

#ef84ae Text Font Color

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

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


#ef84ae Background Color

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

This div background color is #ef84ae


#ef84ae Border Color

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

This div border color is #ef84ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef84ae


Comments

No comments written yet.

Please login to write comment.