Color Hex Logo

#ef74ad Color Hex

#EF74AD
(239,116,173)
0 Favorites   0 Comments

Color spaces of #ef74ad

RGB 239116173
HSL0.920.790.70
HSV332°51°94°
CMYK 0.000.510.28   0.06
XYZ49.384833.858643.4677
Yxy33.85860.38970.2672
Hunter Lab58.188149.6653-3.5591
CIE-Lab64.850253.4729-7.8679

#ef74ad color RGB value is (239,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 10101101
Octal 357 164 255
Decimal 239 116 173
Hex EF 74 AD

RGB Percentages of Color #ef74ad

%45.27
%21.97
%32.77

CMYK Percentages of Color #ef74ad

%0
%51
%28
%6

Triadic Colors of #ef74ad

#ef74ad #adef74 #74adef

Analogous Colors of #ef74ad

#ef74ad #ef7974 #ef74eb

Monochromatic Colors of #ef74ad

#ef74ad

Complementary Color

#ef74ad #74efb6

#ef74ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef74ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef74ad Color CSS Codes

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

#ef74ad Text Font Color

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

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


#ef74ad Background Color

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

This div background color is #ef74ad


#ef74ad Border Color

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

This div border color is #ef74ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef74ad


Comments

No comments written yet.

Please login to write comment.