Color Hex Logo

#f29efd Color Hex

#F29EFD
(242,158,253)
0 Favorites   0 Comments

Color spaces of #f29efd

RGB 242158253
HSL0.810.960.81
HSV293°38°99°
CMYK 0.040.380.00   0.01
XYZ66.574450.422899.1522
Yxy50.42280.30800.2333
Hunter Lab71.009043.0866-33.0823
CIE-Lab76.328046.0786-34.6689

#f29efd color RGB value is (242,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011110 11111101
Octal 362 236 375
Decimal 242 158 253
Hex F2 9E FD

RGB Percentages of Color #f29efd

%37.06
%24.20
%38.74

CMYK Percentages of Color #f29efd

%4
%38
%0
%1

Triadic Colors of #f29efd

#f29efd #fdf29e #9efdf2

Analogous Colors of #f29efd

#f29efd #fd9ed9 #c39efd

Monochromatic Colors of #f29efd

#f29efd

Complementary Color

#f29efd #a9fd9e

#f29efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29efd Color CSS Codes

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

#f29efd Text Font Color

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

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


#f29efd Background Color

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

This div background color is #f29efd


#f29efd Border Color

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

This div border color is #f29efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29efd

Related Colors


Comments

No comments written yet.

Please login to write comment.