Color Hex Logo

#f29feb Color Hex

#F29FEB
(242,159,235)
0 Favorites   0 Comments

Color spaces of #f29feb

RGB 242159235
HSL0.850.760.79
HSV305°34°95°
CMYK 0.000.340.03   0.05
XYZ64.011549.671784.8111
Yxy49.67170.32250.2502
Hunter Lab70.478238.7851-22.0129
CIE-Lab75.867342.2917-25.6263

#f29feb color RGB value is (242,159,235).

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

The process color (four color CMYK) of #f29feb color hex is 0.00, 0.34, 0.03, 0.05. Web safe color of #f29feb is #ff99ff. Color #f29feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011111 11101011
Octal 362 237 353
Decimal 242 159 235
Hex F2 9F EB

RGB Percentages of Color #f29feb

%38.05
%25.00
%36.95

CMYK Percentages of Color #f29feb

%0
%34
%3
%5

Triadic Colors of #f29feb

#f29feb #ebf29f #9febf2

Analogous Colors of #f29feb

#f29feb #f29fc2 #d09ff2

Monochromatic Colors of #f29feb

#f29feb

Complementary Color

#f29feb #9ff2a6

#f29feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29feb Color CSS Codes

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

#f29feb Text Font Color

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

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


#f29feb Background Color

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

This div background color is #f29feb


#f29feb Border Color

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

This div border color is #f29feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29feb


Comments

No comments written yet.

Please login to write comment.