Color Hex Logo

#ef2bda Color Hex

#EF2BDA
(239,43,218)
0 Favorites   0 Comments

Color spaces of #ef2bda

RGB 23943218
HSL0.850.860.55
HSV306°82°94°
CMYK 0.000.820.09   0.06
XYZ49.115425.140468.5936
Yxy25.14040.34380.1760
Hunter Lab50.140287.1063-46.0127
CIE-Lab57.212085.6640-45.2226

#ef2bda color RGB value is (239,43,218).

#ef2bda hex color red value is 239, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ef2bda hue: 0.85 , saturation: 0.86 and the lightness value of ef2bda is 0.55.

The process color (four color CMYK) of #ef2bda color hex is 0.00, 0.82, 0.09, 0.06. Web safe color of #ef2bda is #ff33cc. Color #ef2bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101011 11011010
Octal 357 53 332
Decimal 239 43 218
Hex EF 2B DA

RGB Percentages of Color #ef2bda

%47.80
%8.60
%43.60

CMYK Percentages of Color #ef2bda

%0
%82
%9
%6

Triadic Colors of #ef2bda

#ef2bda #daef2b #2bdaef

Analogous Colors of #ef2bda

#ef2bda #ef2b78 #a22bef

Monochromatic Colors of #ef2bda

#ef2bda

Complementary Color

#ef2bda #2bef40

#ef2bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2bda Color CSS Codes

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

#ef2bda Text Font Color

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

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


#ef2bda Background Color

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

This div background color is #ef2bda


#ef2bda Border Color

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

This div border color is #ef2bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2bda


Comments

No comments written yet.

Please login to write comment.