Color Hex Logo

#f229fe Color Hex

#F229FE
(242,41,254)
0 Favorites   0 Comments

Color spaces of #f229fe

RGB 24241254
HSL0.820.990.58
HSV297°84°100°
CMYK 0.050.840.00   0.00
XYZ55.300327.618996.1823
Yxy27.61890.30880.1542
Hunter Lab52.553795.8600-71.7233
CIE-Lab59.542991.7976-61.6537

#f229fe color RGB value is (242,41,254).

#f229fe hex color red value is 242, green value is 41 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f229fe hue: 0.82 , saturation: 0.99 and the lightness value of f229fe is 0.58.

The process color (four color CMYK) of #f229fe color hex is 0.05, 0.84, 0.00, 0.00. Web safe color of #f229fe is #ff33ff. Color #f229fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00101001 11111110
Octal 362 51 376
Decimal 242 41 254
Hex F2 29 FE

RGB Percentages of Color #f229fe

%45.07
%7.64
%47.30

CMYK Percentages of Color #f229fe

%5
%84
%0
%0

Triadic Colors of #f229fe

#f229fe #fef229 #29fef2

Analogous Colors of #f229fe

#f229fe #fe29a0 #8829fe

Monochromatic Colors of #f229fe

#f229fe

Complementary Color

#f229fe #35fe29

#f229fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f229fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f229fe Color CSS Codes

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

#f229fe Text Font Color

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

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


#f229fe Background Color

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

This div background color is #f229fe


#f229fe Border Color

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

This div border color is #f229fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f229fe

Related Colors


Comments

No comments written yet.

Please login to write comment.