Color Hex Logo

#ef4aef Color Hex

#EF4AEF
(239,74,239)
0 Favorites   0 Comments

Color spaces of #ef4aef

RGB 23974239
HSL0.830.840.61
HSV300°69°94°
CMYK 0.000.690.00   0.06
XYZ53.625429.480384.5252
Yxy29.48030.31990.1759
Hunter Lab54.295881.2786-54.2930
CIE-Lab61.203280.3836-50.7023

#ef4aef color RGB value is (239,74,239).

#ef4aef hex color red value is 239, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ef4aef hue: 0.83 , saturation: 0.84 and the lightness value of ef4aef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001010 11101111
Octal 357 112 357
Decimal 239 74 239
Hex EF 4A EF

RGB Percentages of Color #ef4aef

%43.30
%13.41
%43.30

CMYK Percentages of Color #ef4aef

%0
%69
%0
%6

Triadic Colors of #ef4aef

#ef4aef #efef4a #4aefef

Analogous Colors of #ef4aef

#ef4aef #ef4a9d #9d4aef

Monochromatic Colors of #ef4aef

#ef4aef

Complementary Color

#ef4aef #4aef4a

#ef4aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4aef Color CSS Codes

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

#ef4aef Text Font Color

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

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


#ef4aef Background Color

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

This div background color is #ef4aef


#ef4aef Border Color

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

This div border color is #ef4aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4aef


Comments

No comments written yet.

Please login to write comment.