Color Hex Logo

#f129bc Color Hex

#F129BC
(241,41,188)
0 Favorites   0 Comments

Color spaces of #f129bc

RGB 24141188
HSL0.880.880.55
HSV316°83°95°
CMYK 0.000.830.22   0.05
XYZ46.145723.917549.7613
Yxy23.91750.38510.1996
Hunter Lab48.905582.8423-26.0936
CIE-Lab56.005182.6106-29.9076

#f129bc color RGB value is (241,41,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101001 10111100
Octal 361 51 274
Decimal 241 41 188
Hex F1 29 BC

RGB Percentages of Color #f129bc

%51.28
%8.72
%40.00

CMYK Percentages of Color #f129bc

%0
%83
%22
%5

Triadic Colors of #f129bc

#f129bc #bcf129 #29bcf1

Analogous Colors of #f129bc

#f129bc #f12958 #c229f1

Monochromatic Colors of #f129bc

#f129bc

Complementary Color

#f129bc #29f15e

#f129bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f129bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f129bc Color CSS Codes

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

#f129bc Text Font Color

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

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


#f129bc Background Color

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

This div background color is #f129bc


#f129bc Border Color

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

This div border color is #f129bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f129bc


Comments

No comments written yet.

Please login to write comment.