Color Hex Logo

#ef1dba Color Hex

#EF1DBA
(239,29,186)
0 Favorites   0 Comments

Color spaces of #ef1dba

RGB 23929186
HSL0.880.870.53
HSV315°88°94°
CMYK 0.000.880.22   0.06
XYZ44.898922.774648.4839
Yxy22.77460.38650.1961
Hunter Lab47.722784.4230-26.8297
CIE-Lab54.839484.0636-30.5877

#ef1dba color RGB value is (239,29,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011101 10111010
Octal 357 35 272
Decimal 239 29 186
Hex EF 1D BA

RGB Percentages of Color #ef1dba

%52.64
%6.39
%40.97

CMYK Percentages of Color #ef1dba

%0
%88
%22
%6

Triadic Colors of #ef1dba

#ef1dba #baef1d #1dbaef

Analogous Colors of #ef1dba

#ef1dba #ef1d51 #bb1def

Monochromatic Colors of #ef1dba

#ef1dba

Complementary Color

#ef1dba #1def52

#ef1dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1dba Color CSS Codes

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

#ef1dba Text Font Color

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

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


#ef1dba Background Color

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

This div background color is #ef1dba


#ef1dba Border Color

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

This div border color is #ef1dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1dba


Comments

No comments written yet.

Please login to write comment.