Color Hex Logo

#ef74ae Color Hex

#EF74AE
(239,116,174)
0 Favorites   0 Comments

Color spaces of #ef74ae

RGB 239116174
HSL0.920.790.70
HSV332°51°94°
CMYK 0.000.510.27   0.06
XYZ49.482033.897543.9793
Yxy33.89750.38850.2662
Hunter Lab58.221649.8179-4.0313
CIE-Lab64.881153.6030-8.3900

#ef74ae color RGB value is (239,116,174).

#ef74ae hex color red value is 239, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef74ae hue: 0.92 , saturation: 0.79 and the lightness value of ef74ae is 0.70.

The process color (four color CMYK) of #ef74ae color hex is 0.00, 0.51, 0.27, 0.06. Web safe color of #ef74ae is #ff6699. Color #ef74ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 10101110
Octal 357 164 256
Decimal 239 116 174
Hex EF 74 AE

RGB Percentages of Color #ef74ae

%45.18
%21.93
%32.89

CMYK Percentages of Color #ef74ae

%0
%51
%27
%6

Triadic Colors of #ef74ae

#ef74ae #aeef74 #74aeef

Analogous Colors of #ef74ae

#ef74ae #ef7874 #ef74ec

Monochromatic Colors of #ef74ae

#ef74ae

Complementary Color

#ef74ae #74efb5

#ef74ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef74ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef74ae Color CSS Codes

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

#ef74ae Text Font Color

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

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


#ef74ae Background Color

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

This div background color is #ef74ae


#ef74ae Border Color

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

This div border color is #ef74ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef74ae


Comments

No comments written yet.

Please login to write comment.