Color Hex Logo

#f29fdf Color Hex

#F29FDF
(242,159,223)
0 Favorites   0 Comments

Color spaces of #f29fdf

RGB 242159223
HSL0.870.760.79
HSV314°34°95°
CMYK 0.000.340.08   0.05
XYZ62.335449.001275.9848
Yxy49.00120.33280.2616
Hunter Lab70.000936.4518-15.3577
CIE-Lab75.452140.2223-19.7234

#f29fdf color RGB value is (242,159,223).

#f29fdf hex color red value is 242, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f29fdf hue: 0.87 , saturation: 0.76 and the lightness value of f29fdf is 0.79.

The process color (four color CMYK) of #f29fdf color hex is 0.00, 0.34, 0.08, 0.05. Web safe color of #f29fdf is #ff99cc. Color #f29fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011111 11011111
Octal 362 237 337
Decimal 242 159 223
Hex F2 9F DF

RGB Percentages of Color #f29fdf

%38.78
%25.48
%35.74

CMYK Percentages of Color #f29fdf

%0
%34
%8
%5

Triadic Colors of #f29fdf

#f29fdf #dff29f #9fdff2

Analogous Colors of #f29fdf

#f29fdf #f29fb6 #dc9ff2

Monochromatic Colors of #f29fdf

#f29fdf

Complementary Color

#f29fdf #9ff2b2

#f29fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29fdf Color CSS Codes

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

#f29fdf Text Font Color

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

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


#f29fdf Background Color

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

This div background color is #f29fdf


#f29fdf Border Color

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

This div border color is #f29fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29fdf


Comments

No comments written yet.

Please login to write comment.