Color Hex Logo

#ef1bce Color Hex

#EF1BCE
(239,27,206)
0 Favorites   0 Comments

Color spaces of #ef1bce

RGB 23927206
HSL0.860.870.52
HSV309°89°94°
CMYK 0.000.890.14   0.06
XYZ47.129123.590860.4620
Yxy23.59080.35930.1798
Hunter Lab48.570488.2051-39.8069
CIE-Lab55.675786.8022-40.8094

#ef1bce color RGB value is (239,27,206).

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

The process color (four color CMYK) of #ef1bce color hex is 0.00, 0.89, 0.14, 0.06. Web safe color of #ef1bce is #ff33cc. Color #ef1bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011011 11001110
Octal 357 33 316
Decimal 239 27 206
Hex EF 1B CE

RGB Percentages of Color #ef1bce

%50.64
%5.72
%43.64

CMYK Percentages of Color #ef1bce

%0
%89
%14
%6

Triadic Colors of #ef1bce

#ef1bce #ceef1b #1bceef

Analogous Colors of #ef1bce

#ef1bce #ef1b64 #a61bef

Monochromatic Colors of #ef1bce

#ef1bce

Complementary Color

#ef1bce #1bef3c

#ef1bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1bce Color CSS Codes

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

#ef1bce Text Font Color

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

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


#ef1bce Background Color

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

This div background color is #ef1bce


#ef1bce Border Color

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

This div border color is #ef1bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1bce


Comments

No comments written yet.

Please login to write comment.