Color Hex Logo

#fe29db Color Hex

#FE29DB
(254,41,219)
0 Favorites   0 Comments

Color spaces of #fe29db

RGB 25441219
HSL0.860.990.58
HSV310°84°100°
CMYK 0.000.840.14   0.00
XYZ54.452227.771269.5083
Yxy27.77120.35890.1830
Hunter Lab52.698492.2183-41.3137
CIE-Lab59.681589.0553-41.7236

#fe29db color RGB value is (254,41,219).

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

The process color (four color CMYK) of #fe29db color hex is 0.00, 0.84, 0.14, 0.00. Web safe color of #fe29db is #ff33cc. Color #fe29db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 11011011
Octal 376 51 333
Decimal 254 41 219
Hex FE 29 DB

RGB Percentages of Color #fe29db

%49.42
%7.98
%42.61

CMYK Percentages of Color #fe29db

%0
%84
%14
%0

Triadic Colors of #fe29db

#fe29db #dbfe29 #29dbfe

Analogous Colors of #fe29db

#fe29db #fe2971 #b729fe

Monochromatic Colors of #fe29db

#fe29db

Complementary Color

#fe29db #29fe4c

#fe29db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe29db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe29db Color CSS Codes

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

#fe29db Text Font Color

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

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


#fe29db Background Color

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

This div background color is #fe29db


#fe29db Border Color

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

This div border color is #fe29db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,41,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe29db

Related Colors


Comments

No comments written yet.

Please login to write comment.