Color Hex Logo

#ef15ce Color Hex

#EF15CE
(239,21,206)
0 Favorites   0 Comments

Color spaces of #ef15ce

RGB 23921206
HSL0.860.870.51
HSV309°91°94°
CMYK 0.000.910.14   0.06
XYZ47.005323.343360.4208
Yxy23.34330.35950.1785
Hunter Lab48.314989.1106-40.3254
CIE-Lab55.424287.5396-41.2057

#ef15ce color RGB value is (239,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 11001110
Octal 357 25 316
Decimal 239 21 206
Hex EF 15 CE

RGB Percentages of Color #ef15ce

%51.29
%4.51
%44.21

CMYK Percentages of Color #ef15ce

%0
%91
%14
%6

Triadic Colors of #ef15ce

#ef15ce #ceef15 #15ceef

Analogous Colors of #ef15ce

#ef15ce #ef1561 #a315ef

Monochromatic Colors of #ef15ce

#ef15ce

Complementary Color

#ef15ce #15ef36

#ef15ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef15ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef15ce Color CSS Codes

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

#ef15ce Text Font Color

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

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


#ef15ce Background Color

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

This div background color is #ef15ce


#ef15ce Border Color

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

This div border color is #ef15ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef15ce


Comments

No comments written yet.

Please login to write comment.