Color Hex Logo

#f029d1 Color Hex

#F029D1
(240,41,209)
0 Favorites   0 Comments

Color spaces of #f029d1

RGB 24041209
HSL0.860.870.55
HSV309°83°94°
CMYK 0.000.830.13   0.06
XYZ48.236724.714662.5496
Yxy24.71460.35600.1824
Hunter Lab49.713886.1973-39.7987
CIE-Lab56.796385.0486-40.7480

#f029d1 color RGB value is (240,41,209).

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

The process color (four color CMYK) of #f029d1 color hex is 0.00, 0.83, 0.13, 0.06. Web safe color of #f029d1 is #ff33cc. Color #f029d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 11010001
Octal 360 51 321
Decimal 240 41 209
Hex F0 29 D1

RGB Percentages of Color #f029d1

%48.98
%8.37
%42.65

CMYK Percentages of Color #f029d1

%0
%83
%13
%6

Triadic Colors of #f029d1

#f029d1 #d1f029 #29d1f0

Analogous Colors of #f029d1

#f029d1 #f0296e #ac29f0

Monochromatic Colors of #f029d1

#f029d1

Complementary Color

#f029d1 #29f048

#f029d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f029d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f029d1 Color CSS Codes

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

#f029d1 Text Font Color

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

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


#f029d1 Background Color

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

This div background color is #f029d1


#f029d1 Border Color

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

This div border color is #f029d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f029d1


Comments

No comments written yet.

Please login to write comment.