Color Hex Logo

#ef7aad Color Hex

#EF7AAD
(239,122,173)
0 Favorites   0 Comments

Color spaces of #ef7aad

RGB 239122173
HSL0.930.790.71
HSV334°49°94°
CMYK 0.000.490.28   0.06
XYZ50.099035.286943.7057
Yxy35.28690.38810.2733
Hunter Lab59.402846.5881-2.0408
CIE-Lab65.971450.5684-6.2030

#ef7aad color RGB value is (239,122,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111010 10101101
Octal 357 172 255
Decimal 239 122 173
Hex EF 7A AD

RGB Percentages of Color #ef7aad

%44.76
%22.85
%32.40

CMYK Percentages of Color #ef7aad

%0
%49
%28
%6

Triadic Colors of #ef7aad

#ef7aad #adef7a #7aadef

Analogous Colors of #ef7aad

#ef7aad #ef827a #ef7ae8

Monochromatic Colors of #ef7aad

#ef7aad

Complementary Color

#ef7aad #7aefbc

#ef7aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7aad Color CSS Codes

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

#ef7aad Text Font Color

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

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


#ef7aad Background Color

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

This div background color is #ef7aad


#ef7aad Border Color

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

This div border color is #ef7aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7aad


Comments

No comments written yet.

Please login to write comment.