Color Hex Logo

#ef7add Color Hex

#EF7ADD
(239,122,221)
0 Favorites   0 Comments

Color spaces of #ef7add

RGB 239122221
HSL0.860.790.71
HSV309°49°94°
CMYK 0.000.490.08   0.06
XYZ55.607337.490272.7121
Yxy37.49020.33540.2261
Hunter Lab61.229254.9593-27.5487
CIE-Lab67.643257.6534-30.6027

#ef7add color RGB value is (239,122,221).

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

The process color (four color CMYK) of #ef7add color hex is 0.00, 0.49, 0.08, 0.06. Web safe color of #ef7add is #ff66cc. Color #ef7add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111010 11011101
Octal 357 172 335
Decimal 239 122 221
Hex EF 7A DD

RGB Percentages of Color #ef7add

%41.07
%20.96
%37.97

CMYK Percentages of Color #ef7add

%0
%49
%8
%6

Triadic Colors of #ef7add

#ef7add #ddef7a #7addef

Analogous Colors of #ef7add

#ef7add #ef7aa3 #c77aef

Monochromatic Colors of #ef7add

#ef7add

Complementary Color

#ef7add #7aef8c

#ef7add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7add Color CSS Codes

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

#ef7add Text Font Color

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

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


#ef7add Background Color

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

This div background color is #ef7add


#ef7add Border Color

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

This div border color is #ef7add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7add


Comments

No comments written yet.

Please login to write comment.