Color Hex Logo

#ef46eb Color Hex

#EF46EB
(239,70,235)
0 Favorites   0 Comments

Color spaces of #ef46eb

RGB 23970235
HSL0.840.840.61
HSV301°71°94°
CMYK 0.000.710.02   0.06
XYZ52.782228.729281.3606
Yxy28.72920.32410.1764
Hunter Lab53.599681.9784-52.4785
CIE-Lab60.541981.0571-49.5193

#ef46eb color RGB value is (239,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000110 11101011
Octal 357 106 353
Decimal 239 70 235
Hex EF 46 EB

RGB Percentages of Color #ef46eb

%43.93
%12.87
%43.20

CMYK Percentages of Color #ef46eb

%0
%71
%2
%6

Triadic Colors of #ef46eb

#ef46eb #ebef46 #46ebef

Analogous Colors of #ef46eb

#ef46eb #ef4697 #9f46ef

Monochromatic Colors of #ef46eb

#ef46eb

Complementary Color

#ef46eb #46ef4a

#ef46eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef46eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef46eb Color CSS Codes

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

#ef46eb Text Font Color

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

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


#ef46eb Background Color

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

This div background color is #ef46eb


#ef46eb Border Color

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

This div border color is #ef46eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef46eb


Comments

No comments written yet.

Please login to write comment.