Color Hex Logo

#ef1eac Color Hex

#EF1EAC
(239,30,172)
0 Favorites   0 Comments

Color spaces of #ef1eac

RGB 23930172
HSL0.890.870.53
HSV319°87°94°
CMYK 0.000.870.28   0.06
XYZ43.507322.257841.0328
Yxy22.25780.40740.2084
Hunter Lab47.178282.0493-18.5422
CIE-Lab54.299582.3255-23.2560

#ef1eac color RGB value is (239,30,172).

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

The process color (four color CMYK) of #ef1eac color hex is 0.00, 0.87, 0.28, 0.06. Web safe color of #ef1eac is #ff3399. Color #ef1eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 10101100
Octal 357 36 254
Decimal 239 30 172
Hex EF 1E AC

RGB Percentages of Color #ef1eac

%54.20
%6.80
%39.00

CMYK Percentages of Color #ef1eac

%0
%87
%28
%6

Triadic Colors of #ef1eac

#ef1eac #acef1e #1eacef

Analogous Colors of #ef1eac

#ef1eac #ef1e44 #ca1eef

Monochromatic Colors of #ef1eac

#ef1eac

Complementary Color

#ef1eac #1eef61

#ef1eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1eac Color CSS Codes

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

#ef1eac Text Font Color

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

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


#ef1eac Background Color

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

This div background color is #ef1eac


#ef1eac Border Color

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

This div border color is #ef1eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1eac


Comments

No comments written yet.

Please login to write comment.