Color Hex Logo

#ef51da Color Hex

#EF51DA
(239,81,218)
0 Favorites   0 Comments

Color spaces of #ef51da

RGB 23981218
HSL0.860.830.63
HSV308°66°94°
CMYK 0.000.660.09   0.06
XYZ51.193929.297569.2864
Yxy29.29750.34180.1956
Hunter Lab54.127274.1042-38.0062
CIE-Lab61.043374.7315-39.1922

#ef51da color RGB value is (239,81,218).

#ef51da hex color red value is 239, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ef51da hue: 0.86 , saturation: 0.83 and the lightness value of ef51da is 0.63.

The process color (four color CMYK) of #ef51da color hex is 0.00, 0.66, 0.09, 0.06. Web safe color of #ef51da is #ff66cc. Color #ef51da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 11011010
Octal 357 121 332
Decimal 239 81 218
Hex EF 51 DA

RGB Percentages of Color #ef51da

%44.42
%15.06
%40.52

CMYK Percentages of Color #ef51da

%0
%66
%9
%6

Triadic Colors of #ef51da

#ef51da #daef51 #51daef

Analogous Colors of #ef51da

#ef51da #ef518b #b551ef

Monochromatic Colors of #ef51da

#ef51da

Complementary Color

#ef51da #51ef66

#ef51da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef51da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef51da Color CSS Codes

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

#ef51da Text Font Color

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

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


#ef51da Background Color

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

This div background color is #ef51da


#ef51da Border Color

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

This div border color is #ef51da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef51da


Comments

No comments written yet.

Please login to write comment.