Color Hex Logo

#ef31eb Color Hex

#EF31EB
(239,49,235)
0 Favorites   0 Comments

Color spaces of #ef31eb

RGB 23949235
HSL0.840.860.56
HSV301°79°94°
CMYK 0.000.790.02   0.06
XYZ51.690326.545580.9967
Yxy26.54550.32460.1667
Hunter Lab51.522388.9179-57.1424
CIE-Lab58.551386.7837-52.6804

#ef31eb color RGB value is (239,49,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110001 11101011
Octal 357 61 353
Decimal 239 49 235
Hex EF 31 EB

RGB Percentages of Color #ef31eb

%45.70
%9.37
%44.93

CMYK Percentages of Color #ef31eb

%0
%79
%2
%6

Triadic Colors of #ef31eb

#ef31eb #ebef31 #31ebef

Analogous Colors of #ef31eb

#ef31eb #ef318c #9431ef

Monochromatic Colors of #ef31eb

#ef31eb

Complementary Color

#ef31eb #31ef35

#ef31eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef31eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef31eb Color CSS Codes

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

#ef31eb Text Font Color

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

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


#ef31eb Background Color

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

This div background color is #ef31eb


#ef31eb Border Color

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

This div border color is #ef31eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef31eb


Comments

No comments written yet.

Please login to write comment.