Color Hex Logo

#f29efa Color Hex

#F29EFA
(242,158,250)
0 Favorites   0 Comments

Color spaces of #f29efa

RGB 242158250
HSL0.820.900.80
HSV295°37°98°
CMYK 0.030.370.00   0.02
XYZ66.100150.233196.6546
Yxy50.23310.31030.2358
Hunter Lab70.875342.4418-31.2427
CIE-Lab76.212145.5212-33.2272

#f29efa color RGB value is (242,158,250).

#f29efa hex color red value is 242, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f29efa hue: 0.82 , saturation: 0.90 and the lightness value of f29efa is 0.80.

The process color (four color CMYK) of #f29efa color hex is 0.03, 0.37, 0.00, 0.02. Web safe color of #f29efa is #ff99ff. Color #f29efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011110 11111010
Octal 362 236 372
Decimal 242 158 250
Hex F2 9E FA

RGB Percentages of Color #f29efa

%37.23
%24.31
%38.46

CMYK Percentages of Color #f29efa

%3
%37
%0
%2

Triadic Colors of #f29efa

#f29efa #faf29e #9efaf2

Analogous Colors of #f29efa

#f29efa #fa9ed4 #c49efa

Monochromatic Colors of #f29efa

#f29efa

Complementary Color

#f29efa #a6fa9e

#f29efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29efa Color CSS Codes

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

#f29efa Text Font Color

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

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


#f29efa Background Color

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

This div background color is #f29efa


#f29efa Border Color

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

This div border color is #f29efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29efa


Comments

No comments written yet.

Please login to write comment.