Color Hex Logo

#ef31ab Color Hex

#EF31AB
(239,49,171)
0 Favorites   0 Comments

Color spaces of #ef31ab

RGB 23949171
HSL0.890.860.56
HSV321°79°94°
CMYK 0.000.790.28   0.06
XYZ44.045623.487640.7402
Yxy23.48760.40680.2169
Hunter Lab48.464077.4143-15.9160
CIE-Lab55.571178.4271-20.7194

#ef31ab color RGB value is (239,49,171).

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

The process color (four color CMYK) of #ef31ab color hex is 0.00, 0.79, 0.28, 0.06. Web safe color of #ef31ab is #ff3399. Color #ef31ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110001 10101011
Octal 357 61 253
Decimal 239 49 171
Hex EF 31 AB

RGB Percentages of Color #ef31ab

%52.07
%10.68
%37.25

CMYK Percentages of Color #ef31ab

%0
%79
%28
%6

Triadic Colors of #ef31ab

#ef31ab #abef31 #31abef

Analogous Colors of #ef31ab

#ef31ab #ef314c #d431ef

Monochromatic Colors of #ef31ab

#ef31ab

Complementary Color

#ef31ab #31ef75

#ef31ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef31ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef31ab Color CSS Codes

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

#ef31ab Text Font Color

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

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


#ef31ab Background Color

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

This div background color is #ef31ab


#ef31ab Border Color

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

This div border color is #ef31ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef31ab


Comments

No comments written yet.

Please login to write comment.