Color Hex Logo

#fe28ab Color Hex

#FE28AB
(254,40,171)
0 Favorites   0 Comments

Color spaces of #fe28ab

RGB 25440171
HSL0.900.990.58
HSV323°84°100°
CMYK 0.000.840.33   0.00
XYZ48.982525.528740.8739
Yxy25.52870.42450.2212
Hunter Lab50.525984.6269-12.5956
CIE-Lab57.587083.6854-17.4012

#fe28ab color RGB value is (254,40,171).

#fe28ab hex color red value is 254, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fe28ab hue: 0.90 , saturation: 0.99 and the lightness value of fe28ab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 10101011
Octal 376 50 253
Decimal 254 40 171
Hex FE 28 AB

RGB Percentages of Color #fe28ab

%54.62
%8.60
%36.77

CMYK Percentages of Color #fe28ab

%0
%84
%33
%0

Triadic Colors of #fe28ab

#fe28ab #abfe28 #28abfe

Analogous Colors of #fe28ab

#fe28ab #fe2840 #e628fe

Monochromatic Colors of #fe28ab

#fe28ab

Complementary Color

#fe28ab #28fe7b

#fe28ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe28ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe28ab Color CSS Codes

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

#fe28ab Text Font Color

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

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


#fe28ab Background Color

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

This div background color is #fe28ab


#fe28ab Border Color

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

This div border color is #fe28ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,40,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 #fe28ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe28ab


Comments

No comments written yet.

Please login to write comment.