Color Hex Logo

#f29afd Color Hex

#F29AFD
(242,154,253)
0 Favorites   0 Comments

Color spaces of #f29afd

RGB 242154253
HSL0.810.960.80
HSV293°39°99°
CMYK 0.040.390.00   0.01
XYZ65.903249.080398.9285
Yxy49.08030.30810.2294
Hunter Lab70.057345.3153-34.6837
CIE-Lab75.501348.1450-35.9485

#f29afd color RGB value is (242,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011010 11111101
Octal 362 232 375
Decimal 242 154 253
Hex F2 9A FD

RGB Percentages of Color #f29afd

%37.29
%23.73
%38.98

CMYK Percentages of Color #f29afd

%4
%39
%0
%1

Triadic Colors of #f29afd

#f29afd #fdf29a #9afdf2

Analogous Colors of #f29afd

#f29afd #fd9ad7 #c19afd

Monochromatic Colors of #f29afd

#f29afd

Complementary Color

#f29afd #a5fd9a

#f29afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29afd Color CSS Codes

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

#f29afd Text Font Color

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

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


#f29afd Background Color

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

This div background color is #f29afd


#f29afd Border Color

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

This div border color is #f29afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29afd


Comments

No comments written yet.

Please login to write comment.