Color Hex Logo

#ef1ebd Color Hex

#EF1EBD
(239,30,189)
0 Favorites   0 Comments

Color spaces of #ef1ebd

RGB 23930189
HSL0.870.870.53
HSV314°87°94°
CMYK 0.000.870.21   0.06
XYZ45.246222.953450.1898
Yxy22.95340.38220.1939
Hunter Lab47.909784.7344-28.5749
CIE-Lab55.024384.2680-32.0395

#ef1ebd color RGB value is (239,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 10111101
Octal 357 36 275
Decimal 239 30 189
Hex EF 1E BD

RGB Percentages of Color #ef1ebd

%52.18
%6.55
%41.27

CMYK Percentages of Color #ef1ebd

%0
%87
%21
%6

Triadic Colors of #ef1ebd

#ef1ebd #bdef1e #1ebdef

Analogous Colors of #ef1ebd

#ef1ebd #ef1e55 #b91eef

Monochromatic Colors of #ef1ebd

#ef1ebd

Complementary Color

#ef1ebd #1eef50

#ef1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1ebd Color CSS Codes

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

#ef1ebd Text Font Color

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

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


#ef1ebd Background Color

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

This div background color is #ef1ebd


#ef1ebd Border Color

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

This div border color is #ef1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1ebd


Comments

No comments written yet.

Please login to write comment.