Color Hex Logo

#fe29bd Color Hex

#FE29BD
(254,41,189)
0 Favorites   0 Comments

Color spaces of #fe29bd

RGB 25441189
HSL0.880.990.58
HSV318°84°100°
CMYK 0.000.840.26   0.00
XYZ50.851326.330850.5463
Yxy26.33080.39810.2061
Hunter Lab51.313587.0933-22.4840
CIE-Lab58.349785.4322-26.6710

#fe29bd color RGB value is (254,41,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 10111101
Octal 376 51 275
Decimal 254 41 189
Hex FE 29 BD

RGB Percentages of Color #fe29bd

%52.48
%8.47
%39.05

CMYK Percentages of Color #fe29bd

%0
%84
%26
%0

Triadic Colors of #fe29bd

#fe29bd #bdfe29 #29bdfe

Analogous Colors of #fe29bd

#fe29bd #fe2952 #d529fe

Monochromatic Colors of #fe29bd

#fe29bd

Complementary Color

#fe29bd #29fe6a

#fe29bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe29bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe29bd Color CSS Codes

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

#fe29bd Text Font Color

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

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


#fe29bd Background Color

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

This div background color is #fe29bd


#fe29bd Border Color

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

This div border color is #fe29bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe29bd

Related Colors


Comments

No comments written yet.

Please login to write comment.