Color Hex Logo

#ef56ce Color Hex

#EF56CE
(239,86,206)
0 Favorites   0 Comments

Color spaces of #ef56ce

RGB 23986206
HSL0.870.830.64
HSV313°64°94°
CMYK 0.000.640.14   0.06
XYZ50.065029.462561.4406
Yxy29.46250.35520.2090
Hunter Lab54.279469.6520-29.1167
CIE-Lab61.187771.0967-32.1882

#ef56ce color RGB value is (239,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 11001110
Octal 357 126 316
Decimal 239 86 206
Hex EF 56 CE

RGB Percentages of Color #ef56ce

%45.01
%16.20
%38.79

CMYK Percentages of Color #ef56ce

%0
%64
%14
%6

Triadic Colors of #ef56ce

#ef56ce #ceef56 #56ceef

Analogous Colors of #ef56ce

#ef56ce #ef5682 #c456ef

Monochromatic Colors of #ef56ce

#ef56ce

Complementary Color

#ef56ce #56ef77

#ef56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef56ce Color CSS Codes

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

#ef56ce Text Font Color

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

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


#ef56ce Background Color

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

This div background color is #ef56ce


#ef56ce Border Color

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

This div border color is #ef56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef56ce


Comments

No comments written yet.

Please login to write comment.