Color Hex Logo

#f711ad Color Hex

#F711AD
(247,17,173)
0 Favorites   0 Comments

Color spaces of #f711ad

RGB 24717173
HSL0.890.930.52
HSV319°93°97°
CMYK 0.000.930.30   0.03
XYZ46.101023.192241.5819
Yxy23.19220.41580.2092
Hunter Lab48.158386.5976-17.4827
CIE-Lab55.269885.6533-22.2247

#f711ad color RGB value is (247,17,173).

#f711ad hex color red value is 247, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f711ad hue: 0.89 , saturation: 0.93 and the lightness value of f711ad is 0.52.

The process color (four color CMYK) of #f711ad color hex is 0.00, 0.93, 0.30, 0.03. Web safe color of #f711ad is #ff0099. Color #f711ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010001 10101101
Octal 367 21 255
Decimal 247 17 173
Hex F7 11 AD

RGB Percentages of Color #f711ad

%56.52
%3.89
%39.59

CMYK Percentages of Color #f711ad

%0
%93
%30
%3

Triadic Colors of #f711ad

#f711ad #adf711 #11adf7

Analogous Colors of #f711ad

#f711ad #f7113a #ce11f7

Monochromatic Colors of #f711ad

#f711ad

Complementary Color

#f711ad #11f75b

#f711ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f711ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f711ad Color CSS Codes

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

#f711ad Text Font Color

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

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


#f711ad Background Color

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

This div background color is #f711ad


#f711ad Border Color

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

This div border color is #f711ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f711ad


Comments

No comments written yet.

Please login to write comment.