Color Hex Logo

#f029af Color Hex

#F029AF
(240,41,175)
0 Favorites   0 Comments

Color spaces of #f029af

RGB 24041175
HSL0.890.870.55
HSV320°83°94°
CMYK 0.000.830.27   0.06
XYZ44.466023.206342.6931
Yxy23.20630.40290.2103
Hunter Lab48.172980.4618-18.8245
CIE-Lab55.284280.8908-23.4810

#f029af color RGB value is (240,41,175).

#f029af hex color red value is 240, green value is 41 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f029af hue: 0.89 , saturation: 0.87 and the lightness value of f029af is 0.55.

The process color (four color CMYK) of #f029af color hex is 0.00, 0.83, 0.27, 0.06. Web safe color of #f029af is #ff3399. Color #f029af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 10101111
Octal 360 51 257
Decimal 240 41 175
Hex F0 29 AF

RGB Percentages of Color #f029af

%52.63
%8.99
%38.38

CMYK Percentages of Color #f029af

%0
%83
%27
%6

Triadic Colors of #f029af

#f029af #aff029 #29aff0

Analogous Colors of #f029af

#f029af #f0294c #ce29f0

Monochromatic Colors of #f029af

#f029af

Complementary Color

#f029af #29f06a

#f029af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f029af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f029af Color CSS Codes

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

#f029af Text Font Color

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

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


#f029af Background Color

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

This div background color is #f029af


#f029af Border Color

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

This div border color is #f029af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f029af


Comments

No comments written yet.

Please login to write comment.