Color Hex Logo

#f929ed Color Hex

#F929ED
(249,41,237)
0 Favorites   0 Comments

Color spaces of #f929ed

RGB 24941237
HSL0.840.950.57
HSV303°84°98°
CMYK 0.000.840.05   0.02
XYZ55.145927.840082.5879
Yxy27.84000.33310.1681
Hunter Lab52.763694.2229-55.8687
CIE-Lab59.743990.5422-51.8031

#f929ed color RGB value is (249,41,237).

#f929ed hex color red value is 249, green value is 41 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f929ed hue: 0.84 , saturation: 0.95 and the lightness value of f929ed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101001 11101101
Octal 371 51 355
Decimal 249 41 237
Hex F9 29 ED

RGB Percentages of Color #f929ed

%47.25
%7.78
%44.97

CMYK Percentages of Color #f929ed

%0
%84
%5
%2

Triadic Colors of #f929ed

#f929ed #edf929 #29edf9

Analogous Colors of #f929ed

#f929ed #f92985 #9d29f9

Monochromatic Colors of #f929ed

#f929ed

Complementary Color

#f929ed #29f935

#f929ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f929ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f929ed Color CSS Codes

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

#f929ed Text Font Color

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

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


#f929ed Background Color

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

This div background color is #f929ed


#f929ed Border Color

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

This div border color is #f929ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f929ed


Comments

No comments written yet.

Please login to write comment.