Color Hex Logo

#ef2dcb Color Hex

#EF2DCB
(239,45,203)
0 Favorites   0 Comments

Color spaces of #ef2dcb

RGB 23945203
HSL0.860.860.56
HSV311°81°94°
CMYK 0.000.810.15   0.06
XYZ47.314524.539358.7427
Yxy24.53930.36230.1879
Hunter Lab49.537283.8009-35.6319
CIE-Lab56.623883.2342-37.6017

#ef2dcb color RGB value is (239,45,203).

#ef2dcb hex color red value is 239, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ef2dcb hue: 0.86 , saturation: 0.86 and the lightness value of ef2dcb is 0.56.

The process color (four color CMYK) of #ef2dcb color hex is 0.00, 0.81, 0.15, 0.06. Web safe color of #ef2dcb is #ff33cc. Color #ef2dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101101 11001011
Octal 357 55 313
Decimal 239 45 203
Hex EF 2D CB

RGB Percentages of Color #ef2dcb

%49.08
%9.24
%41.68

CMYK Percentages of Color #ef2dcb

%0
%81
%15
%6

Triadic Colors of #ef2dcb

#ef2dcb #cbef2d #2dcbef

Analogous Colors of #ef2dcb

#ef2dcb #ef2d6a #b22def

Monochromatic Colors of #ef2dcb

#ef2dcb

Complementary Color

#ef2dcb #2def51

#ef2dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2dcb Color CSS Codes

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

#ef2dcb Text Font Color

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

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


#ef2dcb Background Color

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

This div background color is #ef2dcb


#ef2dcb Border Color

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

This div border color is #ef2dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2dcb


Comments

No comments written yet.

Please login to write comment.