Color Hex Logo

#ef5add Color Hex

#EF5ADD
(239,90,221)
0 Favorites   0 Comments

Color spaces of #ef5add

RGB 23990221
HSL0.850.820.65
HSV307°62°94°
CMYK 0.000.620.08   0.06
XYZ52.303930.883571.6110
Yxy30.88350.33790.1995
Hunter Lab55.572970.7473-37.4998
CIE-Lab62.409271.7634-38.7399

#ef5add color RGB value is (239,90,221).

#ef5add hex color red value is 239, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ef5add hue: 0.85 , saturation: 0.82 and the lightness value of ef5add is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011010 11011101
Octal 357 132 335
Decimal 239 90 221
Hex EF 5A DD

RGB Percentages of Color #ef5add

%43.45
%16.36
%40.18

CMYK Percentages of Color #ef5add

%0
%62
%8
%6

Triadic Colors of #ef5add

#ef5add #ddef5a #5addef

Analogous Colors of #ef5add

#ef5add #ef5a93 #b75aef

Monochromatic Colors of #ef5add

#ef5add

Complementary Color

#ef5add #5aef6c

#ef5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5add Color CSS Codes

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

#ef5add Text Font Color

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

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


#ef5add Background Color

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

This div background color is #ef5add


#ef5add Border Color

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

This div border color is #ef5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5add


Comments

No comments written yet.

Please login to write comment.