Color Hex Logo

#ef14ce Color Hex

#EF14CE
(239,20,206)
0 Favorites   0 Comments

Color spaces of #ef14ce

RGB 23920206
HSL0.860.870.51
HSV309°92°94°
CMYK 0.000.920.14   0.06
XYZ46.987323.307360.4148
Yxy23.30730.35950.1783
Hunter Lab48.277689.2433-40.4014
CIE-Lab55.387587.6475-41.2636

#ef14ce color RGB value is (239,20,206).

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

The process color (four color CMYK) of #ef14ce color hex is 0.00, 0.92, 0.14, 0.06. Web safe color of #ef14ce is #ff00cc. Color #ef14ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 11001110
Octal 357 24 316
Decimal 239 20 206
Hex EF 14 CE

RGB Percentages of Color #ef14ce

%51.40
%4.30
%44.30

CMYK Percentages of Color #ef14ce

%0
%92
%14
%6

Triadic Colors of #ef14ce

#ef14ce #ceef14 #14ceef

Analogous Colors of #ef14ce

#ef14ce #ef1461 #a314ef

Monochromatic Colors of #ef14ce

#ef14ce

Complementary Color

#ef14ce #14ef35

#ef14ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef14ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef14ce Color CSS Codes

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

#ef14ce Text Font Color

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

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


#ef14ce Background Color

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

This div background color is #ef14ce


#ef14ce Border Color

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

This div border color is #ef14ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef14ce


Comments

No comments written yet.

Please login to write comment.