Color Hex Logo

#ef1ade Color Hex

#EF1ADE
(239,26,222)
0 Favorites   0 Comments

Color spaces of #ef1ade

RGB 23926222
HSL0.850.870.52
HSV305°89°94°
CMYK 0.000.890.07   0.06
XYZ49.150824.363471.2193
Yxy24.36340.33960.1683
Hunter Lab49.359391.3672-50.9966
CIE-Lab56.449889.0455-48.6970

#ef1ade color RGB value is (239,26,222).

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

The process color (four color CMYK) of #ef1ade color hex is 0.00, 0.89, 0.07, 0.06. Web safe color of #ef1ade is #ff33cc. Color #ef1ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011010 11011110
Octal 357 32 336
Decimal 239 26 222
Hex EF 1A DE

RGB Percentages of Color #ef1ade

%49.08
%5.34
%45.59

CMYK Percentages of Color #ef1ade

%0
%89
%7
%6

Triadic Colors of #ef1ade

#ef1ade #deef1a #1adeef

Analogous Colors of #ef1ade

#ef1ade #ef1a74 #961aef

Monochromatic Colors of #ef1ade

#ef1ade

Complementary Color

#ef1ade #1aef2b

#ef1ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1ade Color CSS Codes

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

#ef1ade Text Font Color

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

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


#ef1ade Background Color

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

This div background color is #ef1ade


#ef1ade Border Color

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

This div border color is #ef1ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1ade


Comments

No comments written yet.

Please login to write comment.