Color Hex Logo

#ff2ebd Color Hex

#FF2EBD
(255,46,189)
0 Favorites   0 Comments

Color spaces of #ff2ebd

RGB 25546189
HSL0.891.000.59
HSV319°82°100°
CMYK 0.000.820.26   0.00
XYZ51.402326.888150.6248
Yxy26.88810.39870.2086
Hunter Lab51.853786.2019-21.5872
CIE-Lab58.870684.6478-25.8531

#ff2ebd color RGB value is (255,46,189).

#ff2ebd hex color red value is 255, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ff2ebd hue: 0.89 , saturation: 1.00 and the lightness value of ff2ebd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101110 10111101
Octal 377 56 275
Decimal 255 46 189
Hex FF 2E BD

RGB Percentages of Color #ff2ebd

%52.04
%9.39
%38.57

CMYK Percentages of Color #ff2ebd

%0
%82
%26
%0

Triadic Colors of #ff2ebd

#ff2ebd #bdff2e #2ebdff

Analogous Colors of #ff2ebd

#ff2ebd #ff2e54 #d92eff

Monochromatic Colors of #ff2ebd

#ff2ebd

Complementary Color

#ff2ebd #2eff70

#ff2ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2ebd Color CSS Codes

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

#ff2ebd Text Font Color

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

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


#ff2ebd Background Color

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

This div background color is #ff2ebd


#ff2ebd Border Color

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

This div border color is #ff2ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,46,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff2ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff2ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #ff2ebd;
  box-shadow:         1px 1px 3px 2px #ff2ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,46,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2ebd

Related Colors


Comments

No comments written yet.

Please login to write comment.