Color Hex Logo

#ef1cbf Color Hex

#EF1CBF
(239,28,191)
0 Favorites   0 Comments

Color spaces of #ef1cbf

RGB 23928191
HSL0.870.870.52
HSV314°88°94°
CMYK 0.000.880.20   0.06
XYZ45.415822.942851.3249
Yxy22.94280.37950.1917
Hunter Lab47.898685.4248-30.0020
CIE-Lab55.013484.8024-33.2144

#ef1cbf color RGB value is (239,28,191).

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

The process color (four color CMYK) of #ef1cbf color hex is 0.00, 0.88, 0.20, 0.06. Web safe color of #ef1cbf is #ff33cc. Color #ef1cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011100 10111111
Octal 357 34 277
Decimal 239 28 191
Hex EF 1C BF

RGB Percentages of Color #ef1cbf

%52.18
%6.11
%41.70

CMYK Percentages of Color #ef1cbf

%0
%88
%20
%6

Triadic Colors of #ef1cbf

#ef1cbf #bfef1c #1cbfef

Analogous Colors of #ef1cbf

#ef1cbf #ef1c55 #b61cef

Monochromatic Colors of #ef1cbf

#ef1cbf

Complementary Color

#ef1cbf #1cef4c

#ef1cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1cbf Color CSS Codes

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

#ef1cbf Text Font Color

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

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


#ef1cbf Background Color

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

This div background color is #ef1cbf


#ef1cbf Border Color

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

This div border color is #ef1cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1cbf


Comments

No comments written yet.

Please login to write comment.