Color Hex Logo

#ef2bed Color Hex

#EF2BED
(239,43,237)
0 Favorites   0 Comments

Color spaces of #ef2bed

RGB 23943237
HSL0.840.860.55
HSV301°82°94°
CMYK 0.000.820.01   0.06
XYZ51.746526.192982.4492
Yxy26.19290.32260.1633
Hunter Lab51.179090.9161-59.6907
CIE-Lab58.219788.3607-54.3289

#ef2bed color RGB value is (239,43,237).

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

The process color (four color CMYK) of #ef2bed color hex is 0.00, 0.82, 0.01, 0.06. Web safe color of #ef2bed is #ff33ff. Color #ef2bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101011 11101101
Octal 357 53 355
Decimal 239 43 237
Hex EF 2B ED

RGB Percentages of Color #ef2bed

%46.05
%8.29
%45.66

CMYK Percentages of Color #ef2bed

%0
%82
%1
%6

Triadic Colors of #ef2bed

#ef2bed #edef2b #2bedef

Analogous Colors of #ef2bed

#ef2bed #ef2b8b #8f2bef

Monochromatic Colors of #ef2bed

#ef2bed

Complementary Color

#ef2bed #2bef2d

#ef2bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2bed Color CSS Codes

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

#ef2bed Text Font Color

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

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


#ef2bed Background Color

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

This div background color is #ef2bed


#ef2bed Border Color

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

This div border color is #ef2bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2bed


Comments

No comments written yet.

Please login to write comment.