Color Hex Logo

#ef1ae1 Color Hex

#EF1AE1
(239,26,225)
0 Favorites   0 Comments

Color spaces of #ef1ae1

RGB 23926225
HSL0.840.870.52
HSV304°89°94°
CMYK 0.000.890.06   0.06
XYZ49.556624.525873.3562
Yxy24.52580.33610.1663
Hunter Lab49.523591.9530-53.1562
CIE-Lab56.610489.4546-50.1393

#ef1ae1 color RGB value is (239,26,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011010 11100001
Octal 357 32 341
Decimal 239 26 225
Hex EF 1A E1

RGB Percentages of Color #ef1ae1

%48.78
%5.31
%45.92

CMYK Percentages of Color #ef1ae1

%0
%89
%6
%6

Triadic Colors of #ef1ae1

#ef1ae1 #e1ef1a #1ae1ef

Analogous Colors of #ef1ae1

#ef1ae1 #ef1a77 #931aef

Monochromatic Colors of #ef1ae1

#ef1ae1

Complementary Color

#ef1ae1 #1aef28

#ef1ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1ae1 Color CSS Codes

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

#ef1ae1 Text Font Color

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

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


#ef1ae1 Background Color

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

This div background color is #ef1ae1


#ef1ae1 Border Color

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

This div border color is #ef1ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1ae1


Comments

No comments written yet.

Please login to write comment.