Color Hex Logo

#f729dc Color Hex

#F729DC
(247,41,220)
0 Favorites   0 Comments

Color spaces of #f729dc

RGB 24741220
HSL0.860.930.56
HSV308°83°97°
CMYK 0.000.830.11   0.03
XYZ52.069026.527370.0861
Yxy26.52730.35020.1784
Hunter Lab51.504790.3227-44.6269
CIE-Lab58.534287.8514-44.1775

#f729dc color RGB value is (247,41,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101001 11011100
Octal 367 51 334
Decimal 247 41 220
Hex F7 29 DC

RGB Percentages of Color #f729dc

%48.62
%8.07
%43.31

CMYK Percentages of Color #f729dc

%0
%83
%11
%3

Triadic Colors of #f729dc

#f729dc #dcf729 #29dcf7

Analogous Colors of #f729dc

#f729dc #f72975 #ab29f7

Monochromatic Colors of #f729dc

#f729dc

Complementary Color

#f729dc #29f744

#f729dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f729dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f729dc Color CSS Codes

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

#f729dc Text Font Color

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

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


#f729dc Background Color

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

This div background color is #f729dc


#f729dc Border Color

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

This div border color is #f729dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f729dc


Comments

No comments written yet.

Please login to write comment.