Color Hex Logo

#f29dcf Color Hex

#F29DCF
(242,157,207)
0 Favorites   0 Comments

Color spaces of #f29dcf

RGB 242157207
HSL0.900.770.78
HSV325°35°95°
CMYK 0.000.350.14   0.05
XYZ59.937447.496265.0401
Yxy47.49620.34750.2754
Hunter Lab68.917534.6355-7.7120
CIE-Lab74.506038.6565-12.3919

#f29dcf color RGB value is (242,157,207).

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

The process color (four color CMYK) of #f29dcf color hex is 0.00, 0.35, 0.14, 0.05. Web safe color of #f29dcf is #ff99cc. Color #f29dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011101 11001111
Octal 362 235 317
Decimal 242 157 207
Hex F2 9D CF

RGB Percentages of Color #f29dcf

%39.93
%25.91
%34.16

CMYK Percentages of Color #f29dcf

%0
%35
%14
%5

Triadic Colors of #f29dcf

#f29dcf #cff29d #9dcff2

Analogous Colors of #f29dcf

#f29dcf #f29da5 #eb9df2

Monochromatic Colors of #f29dcf

#f29dcf

Complementary Color

#f29dcf #9df2c0

#f29dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29dcf Color CSS Codes

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

#f29dcf Text Font Color

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

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


#f29dcf Background Color

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

This div background color is #f29dcf


#f29dcf Border Color

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

This div border color is #f29dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29dcf


Comments

No comments written yet.

Please login to write comment.