Color Hex Logo

#f716da Color Hex

#F716DA
(247,22,218)
0 Favorites   0 Comments

Color spaces of #f716da

RGB 24722218
HSL0.850.930.53
HSV308°91°97°
CMYK 0.000.910.12   0.03
XYZ51.299625.409968.5305
Yxy25.40990.35320.1750
Hunter Lab50.408293.4420-45.3196
CIE-Lab57.472690.4020-44.7206

#f716da color RGB value is (247,22,218).

#f716da hex color red value is 247, green value is 22 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f716da hue: 0.85 , saturation: 0.93 and the lightness value of f716da is 0.53.

The process color (four color CMYK) of #f716da color hex is 0.00, 0.91, 0.12, 0.03. Web safe color of #f716da is #ff00cc. Color #f716da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010110 11011010
Octal 367 26 332
Decimal 247 22 218
Hex F7 16 DA

RGB Percentages of Color #f716da

%50.72
%4.52
%44.76

CMYK Percentages of Color #f716da

%0
%91
%12
%3

Triadic Colors of #f716da

#f716da #daf716 #16daf7

Analogous Colors of #f716da

#f716da #f7166a #a416f7

Monochromatic Colors of #f716da

#f716da

Complementary Color

#f716da #16f733

#f716da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f716da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f716da Color CSS Codes

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

#f716da Text Font Color

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

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


#f716da Background Color

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

This div background color is #f716da


#f716da Border Color

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

This div border color is #f716da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f716da


Comments

No comments written yet.

Please login to write comment.