Color Hex Logo

#ff2eab Color Hex

#FF2EAB
(255,46,171)
0 Favorites   0 Comments

Color spaces of #ff2eab

RGB 25546171
HSL0.901.000.59
HSV324°82°100°
CMYK 0.000.820.33   0.00
XYZ49.567726.154340.9638
Yxy26.15430.42480.2241
Hunter Lab51.141383.5105-11.6920
CIE-Lab58.183282.7054-16.4789

#ff2eab color RGB value is (255,46,171).

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

The process color (four color CMYK) of #ff2eab color hex is 0.00, 0.82, 0.33, 0.00. Web safe color of #ff2eab is #ff3399. Color #ff2eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101110 10101011
Octal 377 56 253
Decimal 255 46 171
Hex FF 2E AB

RGB Percentages of Color #ff2eab

%54.03
%9.75
%36.23

CMYK Percentages of Color #ff2eab

%0
%82
%33
%0

Triadic Colors of #ff2eab

#ff2eab #abff2e #2eabff

Analogous Colors of #ff2eab

#ff2eab #ff2e42 #eb2eff

Monochromatic Colors of #ff2eab

#ff2eab

Complementary Color

#ff2eab #2eff82

#ff2eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2eab Color CSS Codes

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

#ff2eab Text Font Color

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

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


#ff2eab Background Color

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

This div background color is #ff2eab


#ff2eab Border Color

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

This div border color is #ff2eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2eab

Related Colors


Comments

No comments written yet.

Please login to write comment.