Color Hex Logo

#f129de Color Hex

#F129DE
(241,41,222)
0 Favorites   0 Comments

Color spaces of #f129de

RGB 24141222
HSL0.850.880.55
HSV306°83°95°
CMYK 0.000.830.08   0.05
XYZ50.253425.560671.3923
Yxy25.56060.34140.1736
Hunter Lab50.557588.9508-48.3332
CIE-Lab57.617686.9908-46.8240

#f129de color RGB value is (241,41,222).

#f129de hex color red value is 241, green value is 41 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f129de hue: 0.85 , saturation: 0.88 and the lightness value of f129de is 0.55.

The process color (four color CMYK) of #f129de color hex is 0.00, 0.83, 0.08, 0.05. Web safe color of #f129de is #ff33cc. Color #f129de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101001 11011110
Octal 361 51 336
Decimal 241 41 222
Hex F1 29 DE

RGB Percentages of Color #f129de

%47.82
%8.13
%44.05

CMYK Percentages of Color #f129de

%0
%83
%8
%5

Triadic Colors of #f129de

#f129de #def129 #29def1

Analogous Colors of #f129de

#f129de #f1297a #a029f1

Monochromatic Colors of #f129de

#f129de

Complementary Color

#f129de #29f13c

#f129de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f129de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f129de Color CSS Codes

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

#f129de Text Font Color

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

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


#f129de Background Color

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

This div background color is #f129de


#f129de Border Color

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

This div border color is #f129de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f129de


Comments

No comments written yet.

Please login to write comment.