Color Hex Logo

#ef2bdf Color Hex

#EF2BDF
(239,43,223)
0 Favorites   0 Comments

Color spaces of #ef2bdf

RGB 23943223
HSL0.850.860.55
HSV305°82°94°
CMYK 0.000.820.07   0.06
XYZ49.779825.406272.0922
Yxy25.40620.33800.1725
Hunter Lab50.404688.0795-49.5176
CIE-Lab57.469186.3569-47.6460

#ef2bdf color RGB value is (239,43,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101011 11011111
Octal 357 53 337
Decimal 239 43 223
Hex EF 2B DF

RGB Percentages of Color #ef2bdf

%47.33
%8.51
%44.16

CMYK Percentages of Color #ef2bdf

%0
%82
%7
%6

Triadic Colors of #ef2bdf

#ef2bdf #dfef2b #2bdfef

Analogous Colors of #ef2bdf

#ef2bdf #ef2b7d #9d2bef

Monochromatic Colors of #ef2bdf

#ef2bdf

Complementary Color

#ef2bdf #2bef3b

#ef2bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2bdf Color CSS Codes

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

#ef2bdf Text Font Color

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

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


#ef2bdf Background Color

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

This div background color is #ef2bdf


#ef2bdf Border Color

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

This div border color is #ef2bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2bdf


Comments

No comments written yet.

Please login to write comment.