Color Hex Logo

#ef56cc Color Hex

#EF56CC
(239,86,204)
0 Favorites   0 Comments

Color spaces of #ef56cc

RGB 23986204
HSL0.870.830.64
HSV314°64°94°
CMYK 0.000.640.15   0.06
XYZ49.823529.365960.1689
Yxy29.36590.35750.2107
Hunter Lab54.190369.2829-27.8980
CIE-Lab61.103270.8104-31.1856

#ef56cc color RGB value is (239,86,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 11001100
Octal 357 126 314
Decimal 239 86 204
Hex EF 56 CC

RGB Percentages of Color #ef56cc

%45.18
%16.26
%38.56

CMYK Percentages of Color #ef56cc

%0
%64
%15
%6

Triadic Colors of #ef56cc

#ef56cc #ccef56 #56ccef

Analogous Colors of #ef56cc

#ef56cc #ef5680 #c656ef

Monochromatic Colors of #ef56cc

#ef56cc

Complementary Color

#ef56cc #56ef79

#ef56cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef56cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef56cc Color CSS Codes

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

#ef56cc Text Font Color

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

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


#ef56cc Background Color

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

This div background color is #ef56cc


#ef56cc Border Color

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

This div border color is #ef56cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef56cc


Comments

No comments written yet.

Please login to write comment.