Color Hex Logo

#ef48ef Color Hex

#EF48EF
(239,72,239)
0 Favorites   0 Comments

Color spaces of #ef48ef

RGB 23972239
HSL0.830.840.61
HSV300°70°94°
CMYK 0.000.700.00   0.06
XYZ53.494029.217484.4814
Yxy29.21740.32000.1748
Hunter Lab54.053182.0606-54.8291
CIE-Lab60.973081.0380-51.0674

#ef48ef color RGB value is (239,72,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 11101111
Octal 357 110 357
Decimal 239 72 239
Hex EF 48 EF

RGB Percentages of Color #ef48ef

%43.45
%13.09
%43.45

CMYK Percentages of Color #ef48ef

%0
%70
%0
%6

Triadic Colors of #ef48ef

#ef48ef #efef48 #48efef

Analogous Colors of #ef48ef

#ef48ef #ef489c #9c48ef

Monochromatic Colors of #ef48ef

#ef48ef

Complementary Color

#ef48ef #48ef48

#ef48ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef48ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef48ef Color CSS Codes

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

#ef48ef Text Font Color

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

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


#ef48ef Background Color

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

This div background color is #ef48ef


#ef48ef Border Color

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

This div border color is #ef48ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef48ef


Comments

No comments written yet.

Please login to write comment.