Color Hex Logo

#f29ffd Color Hex

#F29FFD
(242,159,253)
0 Favorites   0 Comments

Color spaces of #f29ffd

RGB 242159253
HSL0.810.960.81
HSV293°37°99°
CMYK 0.040.370.00   0.01
XYZ66.745750.765499.2093
Yxy50.76540.30800.2342
Hunter Lab71.249842.5287-32.6814
CIE-Lab76.536745.5598-34.3464

#f29ffd color RGB value is (242,159,253).

#f29ffd hex color red value is 242, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f29ffd hue: 0.81 , saturation: 0.96 and the lightness value of f29ffd is 0.81.

The process color (four color CMYK) of #f29ffd color hex is 0.04, 0.37, 0.00, 0.01. Web safe color of #f29ffd is #ff99ff. Color #f29ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011111 11111101
Octal 362 237 375
Decimal 242 159 253
Hex F2 9F FD

RGB Percentages of Color #f29ffd

%37.00
%24.31
%38.69

CMYK Percentages of Color #f29ffd

%4
%37
%0
%1

Triadic Colors of #f29ffd

#f29ffd #fdf29f #9ffdf2

Analogous Colors of #f29ffd

#f29ffd #fd9fd9 #c39ffd

Monochromatic Colors of #f29ffd

#f29ffd

Complementary Color

#f29ffd #aafd9f

#f29ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29ffd Color CSS Codes

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

#f29ffd Text Font Color

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

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


#f29ffd Background Color

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

This div background color is #f29ffd


#f29ffd Border Color

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

This div border color is #f29ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.