Color Hex Logo

#ef1ecf Color Hex

#EF1ECF
(239,30,207)
0 Favorites   0 Comments

Color spaces of #ef1ecf

RGB 23930207
HSL0.860.870.53
HSV309°87°94°
CMYK 0.000.870.13   0.06
XYZ47.323423.784361.1281
Yxy23.78430.35790.1799
Hunter Lab48.769287.8624-40.1767
CIE-Lab55.871286.5029-41.0739

#ef1ecf color RGB value is (239,30,207).

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

The process color (four color CMYK) of #ef1ecf color hex is 0.00, 0.87, 0.13, 0.06. Web safe color of #ef1ecf is #ff33cc. Color #ef1ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 11001111
Octal 357 36 317
Decimal 239 30 207
Hex EF 1E CF

RGB Percentages of Color #ef1ecf

%50.21
%6.30
%43.49

CMYK Percentages of Color #ef1ecf

%0
%87
%13
%6

Triadic Colors of #ef1ecf

#ef1ecf #cfef1e #1ecfef

Analogous Colors of #ef1ecf

#ef1ecf #ef1e67 #a71eef

Monochromatic Colors of #ef1ecf

#ef1ecf

Complementary Color

#ef1ecf #1eef3e

#ef1ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1ecf Color CSS Codes

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

#ef1ecf Text Font Color

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

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


#ef1ecf Background Color

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

This div background color is #ef1ecf


#ef1ecf Border Color

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

This div border color is #ef1ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1ecf


Comments

No comments written yet.

Please login to write comment.