Color Hex Logo

#ef56da Color Hex

#EF56DA
(239,86,218)
0 Favorites   0 Comments

Color spaces of #ef56da

RGB 23986218
HSL0.860.830.64
HSV308°64°94°
CMYK 0.000.640.09   0.06
XYZ51.579330.068369.4149
Yxy30.06830.34140.1990
Hunter Lab54.834671.9428-36.6708
CIE-Lab61.713172.8627-38.1436

#ef56da color RGB value is (239,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 11011010
Octal 357 126 332
Decimal 239 86 218
Hex EF 56 DA

RGB Percentages of Color #ef56da

%44.01
%15.84
%40.15

CMYK Percentages of Color #ef56da

%0
%64
%9
%6

Triadic Colors of #ef56da

#ef56da #daef56 #56daef

Analogous Colors of #ef56da

#ef56da #ef568e #b856ef

Monochromatic Colors of #ef56da

#ef56da

Complementary Color

#ef56da #56ef6b

#ef56da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef56da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef56da Color CSS Codes

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

#ef56da Text Font Color

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

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


#ef56da Background Color

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

This div background color is #ef56da


#ef56da Border Color

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

This div border color is #ef56da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef56da


Comments

No comments written yet.

Please login to write comment.