Color Hex Logo

#f29bda Color Hex

#F29BDA
(242,155,218)
0 Favorites   0 Comments

Color spaces of #f29bda

RGB 242155218
HSL0.880.770.78
HSV317°36°95°
CMYK 0.000.360.10   0.05
XYZ60.994247.381972.2605
Yxy47.38190.33770.2623
Hunter Lab68.834537.7083-14.0568
CIE-Lab74.433441.4750-18.5328

#f29bda color RGB value is (242,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011011 11011010
Octal 362 233 332
Decimal 242 155 218
Hex F2 9B DA

RGB Percentages of Color #f29bda

%39.35
%25.20
%35.45

CMYK Percentages of Color #f29bda

%0
%36
%10
%5

Triadic Colors of #f29bda

#f29bda #daf29b #9bdaf2

Analogous Colors of #f29bda

#f29bda #f29baf #df9bf2

Monochromatic Colors of #f29bda

#f29bda

Complementary Color

#f29bda #9bf2b3

#f29bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29bda Color CSS Codes

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

#f29bda Text Font Color

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

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


#f29bda Background Color

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

This div background color is #f29bda


#f29bda Border Color

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

This div border color is #f29bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29bda


Comments

No comments written yet.

Please login to write comment.