Color Hex Logo

#ef5ade Color Hex

#EF5ADE
(239,90,222)
0 Favorites   0 Comments

Color spaces of #ef5ade

RGB 23990222
HSL0.850.820.65
HSV307°62°94°
CMYK 0.000.620.07   0.06
XYZ52.437630.937072.3149
Yxy30.93700.33680.1987
Hunter Lab55.621070.9468-38.1503
CIE-Lab62.454471.9171-39.2299

#ef5ade color RGB value is (239,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011010 11011110
Octal 357 132 336
Decimal 239 90 222
Hex EF 5A DE

RGB Percentages of Color #ef5ade

%43.38
%16.33
%40.29

CMYK Percentages of Color #ef5ade

%0
%62
%7
%6

Triadic Colors of #ef5ade

#ef5ade #deef5a #5adeef

Analogous Colors of #ef5ade

#ef5ade #ef5a94 #b65aef

Monochromatic Colors of #ef5ade

#ef5ade

Complementary Color

#ef5ade #5aef6b

#ef5ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5ade Color CSS Codes

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

#ef5ade Text Font Color

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

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


#ef5ade Background Color

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

This div background color is #ef5ade


#ef5ade Border Color

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

This div border color is #ef5ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5ade


Comments

No comments written yet.

Please login to write comment.