Color Hex Logo

#f729ba Color Hex

#F729BA
(247,41,186)
0 Favorites   0 Comments

Color spaces of #f729ba

RGB 24741186
HSL0.880.930.56
HSV318°83°97°
CMYK 0.000.830.25   0.03
XYZ48.013624.905248.7310
Yxy24.90520.39470.2047
Hunter Lab49.905184.4005-22.9615
CIE-Lab56.982983.6282-27.1510

#f729ba color RGB value is (247,41,186).

#f729ba hex color red value is 247, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f729ba hue: 0.88 , saturation: 0.93 and the lightness value of f729ba is 0.56.

The process color (four color CMYK) of #f729ba color hex is 0.00, 0.83, 0.25, 0.03. Web safe color of #f729ba is #ff33cc. Color #f729ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101001 10111010
Octal 367 51 272
Decimal 247 41 186
Hex F7 29 BA

RGB Percentages of Color #f729ba

%52.11
%8.65
%39.24

CMYK Percentages of Color #f729ba

%0
%83
%25
%3

Triadic Colors of #f729ba

#f729ba #baf729 #29baf7

Analogous Colors of #f729ba

#f729ba #f72953 #cd29f7

Monochromatic Colors of #f729ba

#f729ba

Complementary Color

#f729ba #29f766

#f729ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f729ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f729ba Color CSS Codes

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

#f729ba Text Font Color

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

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


#f729ba Background Color

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

This div background color is #f729ba


#f729ba Border Color

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

This div border color is #f729ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f729ba


Comments

No comments written yet.

Please login to write comment.