Color Hex Logo

#fb29fd Color Hex

#FB29FD
(251,41,253)
0 Favorites   0 Comments

Color spaces of #fb29fd

RGB 25141253
HSL0.830.980.58
HSV299°84°99°
CMYK 0.010.840.00   0.01
XYZ58.306229.187095.4891
Yxy29.18700.31860.1595
Hunter Lab54.025098.1015-66.9775
CIE-Lab60.946393.1782-58.7718

#fb29fd color RGB value is (251,41,253).

#fb29fd hex color red value is 251, green value is 41 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fb29fd hue: 0.83 , saturation: 0.98 and the lightness value of fb29fd is 0.58.

The process color (four color CMYK) of #fb29fd color hex is 0.01, 0.84, 0.00, 0.01. Web safe color of #fb29fd is #ff33ff. Color #fb29fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 11111101
Octal 373 51 375
Decimal 251 41 253
Hex FB 29 FD

RGB Percentages of Color #fb29fd

%46.06
%7.52
%46.42

CMYK Percentages of Color #fb29fd

%1
%84
%0
%1

Triadic Colors of #fb29fd

#fb29fd #fdfb29 #29fdfb

Analogous Colors of #fb29fd

#fb29fd #fd2995 #9129fd

Monochromatic Colors of #fb29fd

#fb29fd

Complementary Color

#fb29fd #2bfd29

#fb29fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb29fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb29fd Color CSS Codes

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

#fb29fd Text Font Color

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

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


#fb29fd Background Color

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

This div background color is #fb29fd


#fb29fd Border Color

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

This div border color is #fb29fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb29fd

Related Colors

#fb29fd Color Palettes


Comments

No comments written yet.

Please login to write comment.