Color Hex Logo

#ff29bb Color Hex

#FF29BB
(255,41,187)
0 Favorites   0 Comments

Color spaces of #ff29bb

RGB 25541187
HSL0.891.000.58
HSV319°84°100°
CMYK 0.000.840.27   0.00
XYZ51.002626.433749.4278
Yxy26.43370.40200.2084
Hunter Lab51.413787.0987-21.0103
CIE-Lab58.446485.4175-25.3534

#ff29bb color RGB value is (255,41,187).

#ff29bb hex color red value is 255, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff29bb hue: 0.89 , saturation: 1.00 and the lightness value of ff29bb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 10111011
Octal 377 51 273
Decimal 255 41 187
Hex FF 29 BB

RGB Percentages of Color #ff29bb

%52.80
%8.49
%38.72

CMYK Percentages of Color #ff29bb

%0
%84
%27
%0

Triadic Colors of #ff29bb

#ff29bb #bbff29 #29bbff

Analogous Colors of #ff29bb

#ff29bb #ff2950 #d829ff

Monochromatic Colors of #ff29bb

#ff29bb

Complementary Color

#ff29bb #29ff6d

#ff29bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff29bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff29bb Color CSS Codes

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

#ff29bb Text Font Color

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

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


#ff29bb Background Color

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

This div background color is #ff29bb


#ff29bb Border Color

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

This div border color is #ff29bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff29bb

Related Colors

#ff29bb Color Palettes


Comments

No comments written yet.

Please login to write comment.