Color Hex Logo

#ef31ce Color Hex

#EF31CE
(239,49,206)
0 Favorites   0 Comments

Color spaces of #ef31ce

RGB 23949206
HSL0.860.860.56
HSV310°79°94°
CMYK 0.000.790.14   0.06
XYZ47.835525.003660.6975
Yxy25.00360.35820.1872
Hunter Lab50.003683.2541-36.9674
CIE-Lab57.078982.7215-38.6033

#ef31ce color RGB value is (239,49,206).

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

The process color (four color CMYK) of #ef31ce color hex is 0.00, 0.79, 0.14, 0.06. Web safe color of #ef31ce is #ff33cc. Color #ef31ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110001 11001110
Octal 357 61 316
Decimal 239 49 206
Hex EF 31 CE

RGB Percentages of Color #ef31ce

%48.38
%9.92
%41.70

CMYK Percentages of Color #ef31ce

%0
%79
%14
%6

Triadic Colors of #ef31ce

#ef31ce #ceef31 #31ceef

Analogous Colors of #ef31ce

#ef31ce #ef316f #b131ef

Monochromatic Colors of #ef31ce

#ef31ce

Complementary Color

#ef31ce #31ef52

#ef31ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef31ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef31ce Color CSS Codes

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

#ef31ce Text Font Color

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

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


#ef31ce Background Color

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

This div background color is #ef31ce


#ef31ce Border Color

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

This div border color is #ef31ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef31ce


Comments

No comments written yet.

Please login to write comment.