Color Hex Logo

#f29adf Color Hex

#F29ADF
(242,154,223)
0 Favorites   0 Comments

Color spaces of #f29adf

RGB 242154223
HSL0.870.770.78
HSV313°36°95°
CMYK 0.000.360.08   0.05
XYZ61.492847.316275.7039
Yxy47.31620.33330.2564
Hunter Lab68.786839.1955-17.1014
CIE-Lab74.391642.8272-21.3330

#f29adf color RGB value is (242,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011010 11011111
Octal 362 232 337
Decimal 242 154 223
Hex F2 9A DF

RGB Percentages of Color #f29adf

%39.10
%24.88
%36.03

CMYK Percentages of Color #f29adf

%0
%36
%8
%5

Triadic Colors of #f29adf

#f29adf #dff29a #9adff2

Analogous Colors of #f29adf

#f29adf #f29ab3 #d99af2

Monochromatic Colors of #f29adf

#f29adf

Complementary Color

#f29adf #9af2ad

#f29adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29adf Color CSS Codes

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

#f29adf Text Font Color

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

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


#f29adf Background Color

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

This div background color is #f29adf


#f29adf Border Color

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

This div border color is #f29adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,154,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 #f29adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29adf


Comments

No comments written yet.

Please login to write comment.