Color Hex Logo

#ef39eb Color Hex

#EF39EB
(239,57,235)
0 Favorites   0 Comments

Color spaces of #ef39eb

RGB 23957235
HSL0.840.850.58
HSV301°76°94°
CMYK 0.000.760.02   0.06
XYZ52.055127.275181.1183
Yxy27.27510.32440.1700
Hunter Lab52.225686.5226-55.5331
CIE-Lab59.228184.8241-51.6041

#ef39eb color RGB value is (239,57,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 11101011
Octal 357 71 353
Decimal 239 57 235
Hex EF 39 EB

RGB Percentages of Color #ef39eb

%45.01
%10.73
%44.26

CMYK Percentages of Color #ef39eb

%0
%76
%2
%6

Triadic Colors of #ef39eb

#ef39eb #ebef39 #39ebef

Analogous Colors of #ef39eb

#ef39eb #ef3990 #9839ef

Monochromatic Colors of #ef39eb

#ef39eb

Complementary Color

#ef39eb #39ef3d

#ef39eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef39eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef39eb Color CSS Codes

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

#ef39eb Text Font Color

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

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


#ef39eb Background Color

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

This div background color is #ef39eb


#ef39eb Border Color

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

This div border color is #ef39eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef39eb


Comments

No comments written yet.

Please login to write comment.