Color Hex Logo

#ff298f Color Hex

#FF298F
(255,41,143)
0 Favorites   0 Comments

Color spaces of #ff298f

RGB 25541143
HSL0.921.000.58
HSV331°84°100°
CMYK 0.000.840.44   0.00
XYZ46.990924.829028.3024
Yxy24.82900.46930.2480
Hunter Lab49.828781.13401.2037
CIE-Lab56.908481.1017-1.9351

#ff298f color RGB value is (255,41,143).

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

The process color (four color CMYK) of #ff298f color hex is 0.00, 0.84, 0.44, 0.00. Web safe color of #ff298f is #ff3399. Color #ff298f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 10001111
Octal 377 51 217
Decimal 255 41 143
Hex FF 29 8F

RGB Percentages of Color #ff298f

%58.09
%9.34
%32.57

CMYK Percentages of Color #ff298f

%0
%84
%44
%0

Triadic Colors of #ff298f

#ff298f #8fff29 #298fff

Analogous Colors of #ff298f

#ff298f #ff2e29 #ff29fa

Monochromatic Colors of #ff298f

#ff298f

Complementary Color

#ff298f #29ff99

#ff298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff298f Color CSS Codes

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

#ff298f Text Font Color

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

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


#ff298f Background Color

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

This div background color is #ff298f


#ff298f Border Color

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

This div border color is #ff298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff298f


Comments

No comments written yet.

Please login to write comment.