Color Hex Logo

#ef2bdb Color Hex

#EF2BDB
(239,43,219)
0 Favorites   0 Comments

Color spaces of #ef2bdb

RGB 23943219
HSL0.850.860.55
HSV306°82°94°
CMYK 0.000.820.08   0.06
XYZ49.246725.192969.2850
Yxy25.19290.34260.1753
Hunter Lab50.192587.2994-46.7082
CIE-Lab57.262985.8017-45.7089

#ef2bdb color RGB value is (239,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101011 11011011
Octal 357 53 333
Decimal 239 43 219
Hex EF 2B DB

RGB Percentages of Color #ef2bdb

%47.70
%8.58
%43.71

CMYK Percentages of Color #ef2bdb

%0
%82
%8
%6

Triadic Colors of #ef2bdb

#ef2bdb #dbef2b #2bdbef

Analogous Colors of #ef2bdb

#ef2bdb #ef2b79 #a12bef

Monochromatic Colors of #ef2bdb

#ef2bdb

Complementary Color

#ef2bdb #2bef3f

#ef2bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2bdb Color CSS Codes

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

#ef2bdb Text Font Color

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

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


#ef2bdb Background Color

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

This div background color is #ef2bdb


#ef2bdb Border Color

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

This div border color is #ef2bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2bdb


Comments

No comments written yet.

Please login to write comment.