Color Hex Logo

#ff29be Color Hex

#FF29BE
(255,41,190)
0 Favorites   0 Comments

Color spaces of #ff29be

RGB 25541190
HSL0.881.000.58
HSV318°84°100°
CMYK 0.000.840.25   0.00
XYZ51.327226.563651.1372
Yxy26.56360.39780.2059
Hunter Lab51.539987.5686-22.7488
CIE-Lab58.568285.7528-26.8954

#ff29be color RGB value is (255,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 10111110
Octal 377 51 276
Decimal 255 41 190
Hex FF 29 BE

RGB Percentages of Color #ff29be

%52.47
%8.44
%39.09

CMYK Percentages of Color #ff29be

%0
%84
%25
%0

Triadic Colors of #ff29be

#ff29be #beff29 #29beff

Analogous Colors of #ff29be

#ff29be #ff2953 #d529ff

Monochromatic Colors of #ff29be

#ff29be

Complementary Color

#ff29be #29ff6a

#ff29be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff29be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff29be Color CSS Codes

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

#ff29be Text Font Color

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

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


#ff29be Background Color

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

This div background color is #ff29be


#ff29be Border Color

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

This div border color is #ff29be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff29be


Comments

No comments written yet.

Please login to write comment.