Color Hex Logo

#f0429b Color Hex

#F0429B
(240,66,155)
0 Favorites   0 Comments

Color spaces of #f0429b

RGB 24066155
HSL0.910.850.60
HSV329°73°94°
CMYK 0.000.730.35   0.06
XYZ43.799824.788333.4865
Yxy24.78830.42910.2428
Hunter Lab49.787869.9028-5.0260
CIE-Lab56.868672.1134-9.3644

#f0429b color RGB value is (240,66,155).

#f0429b hex color red value is 240, green value is 66 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f0429b hue: 0.91 , saturation: 0.85 and the lightness value of f0429b is 0.60.

The process color (four color CMYK) of #f0429b color hex is 0.00, 0.73, 0.35, 0.06. Web safe color of #f0429b is #ff3399. Color #f0429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 10011011
Octal 360 102 233
Decimal 240 66 155
Hex F0 42 9B

RGB Percentages of Color #f0429b

%52.06
%14.32
%33.62

CMYK Percentages of Color #f0429b

%0
%73
%35
%6

Triadic Colors of #f0429b

#f0429b #9bf042 #429bf0

Analogous Colors of #f0429b

#f0429b #f04244 #ee42f0

Monochromatic Colors of #f0429b

#f0429b

Complementary Color

#f0429b #42f097

#f0429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0429b Color CSS Codes

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

#f0429b Text Font Color

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

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


#f0429b Background Color

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

This div background color is #f0429b


#f0429b Border Color

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

This div border color is #f0429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0429b


Comments

No comments written yet.

Please login to write comment.