Color Hex Logo

#fd299f Color Hex

#FD299F
(253,41,159)
0 Favorites   0 Comments

Color spaces of #fd299f

RGB 25341159
HSL0.910.980.58
HSV327°84°99°
CMYK 0.000.840.37   0.01
XYZ47.559024.971735.1143
Yxy24.97170.44180.2320
Hunter Lab49.971782.4313-6.6819
CIE-Lab57.047882.0877-11.2082

#fd299f color RGB value is (253,41,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 10011111
Octal 375 51 237
Decimal 253 41 159
Hex FD 29 9F

RGB Percentages of Color #fd299f

%55.85
%9.05
%35.10

CMYK Percentages of Color #fd299f

%0
%84
%37
%1

Triadic Colors of #fd299f

#fd299f #9ffd29 #299ffd

Analogous Colors of #fd299f

#fd299f #fd2935 #f129fd

Monochromatic Colors of #fd299f

#fd299f

Complementary Color

#fd299f #29fd87

#fd299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd299f Color CSS Codes

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

#fd299f Text Font Color

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

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


#fd299f Background Color

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

This div background color is #fd299f


#fd299f Border Color

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

This div border color is #fd299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd299f


Comments

No comments written yet.

Please login to write comment.