Color Hex Logo

#ef3aed Color Hex

#EF3AED
(239,58,237)
0 Favorites   0 Comments

Color spaces of #ef3aed

RGB 23958237
HSL0.840.850.58
HSV301°76°94°
CMYK 0.000.760.01   0.06
XYZ52.395727.491382.6655
Yxy27.49130.32230.1691
Hunter Lab52.432186.6197-56.7752
CIE-Lab59.426384.8599-52.4077

#ef3aed color RGB value is (239,58,237).

#ef3aed hex color red value is 239, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ef3aed hue: 0.84 , saturation: 0.85 and the lightness value of ef3aed is 0.58.

The process color (four color CMYK) of #ef3aed color hex is 0.00, 0.76, 0.01, 0.06. Web safe color of #ef3aed is #ff33ff. Color #ef3aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111010 11101101
Octal 357 72 355
Decimal 239 58 237
Hex EF 3A ED

RGB Percentages of Color #ef3aed

%44.76
%10.86
%44.38

CMYK Percentages of Color #ef3aed

%0
%76
%1
%6

Triadic Colors of #ef3aed

#ef3aed #edef3a #3aedef

Analogous Colors of #ef3aed

#ef3aed #ef3a93 #973aef

Monochromatic Colors of #ef3aed

#ef3aed

Complementary Color

#ef3aed #3aef3c

#ef3aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3aed Color CSS Codes

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

#ef3aed Text Font Color

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

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


#ef3aed Background Color

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

This div background color is #ef3aed


#ef3aed Border Color

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

This div border color is #ef3aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3aed


Comments

No comments written yet.

Please login to write comment.