Color Hex Logo

#fe29ab Color Hex

#FE29AB
(254,41,171)
0 Favorites   0 Comments

Color spaces of #fe29ab

RGB 25441171
HSL0.900.990.58
HSV323°84°100°
CMYK 0.000.840.33   0.00
XYZ49.016725.597040.8853
Yxy25.59700.42440.2216
Hunter Lab50.593584.3983-12.4976
CIE-Lab57.652583.4960-17.3016

#fe29ab color RGB value is (254,41,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 10101011
Octal 376 51 253
Decimal 254 41 171
Hex FE 29 AB

RGB Percentages of Color #fe29ab

%54.51
%8.80
%36.70

CMYK Percentages of Color #fe29ab

%0
%84
%33
%0

Triadic Colors of #fe29ab

#fe29ab #abfe29 #29abfe

Analogous Colors of #fe29ab

#fe29ab #fe2940 #e729fe

Monochromatic Colors of #fe29ab

#fe29ab

Complementary Color

#fe29ab #29fe7c

#fe29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe29ab Color CSS Codes

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

#fe29ab Text Font Color

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

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


#fe29ab Background Color

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

This div background color is #fe29ab


#fe29ab Border Color

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

This div border color is #fe29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe29ab


Comments

No comments written yet.

Please login to write comment.