Color Hex Logo

#ef13ce Color Hex

#EF13CE
(239,19,206)
0 Favorites   0 Comments

Color spaces of #ef13ce

RGB 23919206
HSL0.860.870.51
HSV309°92°94°
CMYK 0.000.920.14   0.06
XYZ46.970123.272760.4090
Yxy23.27270.35950.1781
Hunter Lab48.241889.3715-40.4745
CIE-Lab55.352187.7516-41.3193

#ef13ce color RGB value is (239,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 11001110
Octal 357 23 316
Decimal 239 19 206
Hex EF 13 CE

RGB Percentages of Color #ef13ce

%51.51
%4.09
%44.40

CMYK Percentages of Color #ef13ce

%0
%92
%14
%6

Triadic Colors of #ef13ce

#ef13ce #ceef13 #13ceef

Analogous Colors of #ef13ce

#ef13ce #ef1360 #a213ef

Monochromatic Colors of #ef13ce

#ef13ce

Complementary Color

#ef13ce #13ef34

#ef13ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef13ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef13ce Color CSS Codes

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

#ef13ce Text Font Color

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

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


#ef13ce Background Color

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

This div background color is #ef13ce


#ef13ce Border Color

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

This div border color is #ef13ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef13ce


Comments

No comments written yet.

Please login to write comment.