Color Hex Logo

#f71dd8 Color Hex

#F71DD8
(247,29,216)
0 Favorites   0 Comments

Color spaces of #f71dd8

RGB 24729216
HSL0.860.930.54
HSV309°88°97°
CMYK 0.000.880.13   0.03
XYZ51.191825.610867.2110
Yxy25.61080.35550.1778
Hunter Lab50.607191.9998-43.3177
CIE-Lab57.665889.2843-43.2804

#f71dd8 color RGB value is (247,29,216).

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

The process color (four color CMYK) of #f71dd8 color hex is 0.00, 0.88, 0.13, 0.03. Web safe color of #f71dd8 is #ff33cc. Color #f71dd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011101 11011000
Octal 367 35 330
Decimal 247 29 216
Hex F7 1D D8

RGB Percentages of Color #f71dd8

%50.20
%5.89
%43.90

CMYK Percentages of Color #f71dd8

%0
%88
%13
%3

Triadic Colors of #f71dd8

#f71dd8 #d8f71d #1dd8f7

Analogous Colors of #f71dd8

#f71dd8 #f71d6b #a91df7

Monochromatic Colors of #f71dd8

#f71dd8

Complementary Color

#f71dd8 #1df73c

#f71dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71dd8 Color CSS Codes

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

#f71dd8 Text Font Color

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

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


#f71dd8 Background Color

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

This div background color is #f71dd8


#f71dd8 Border Color

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

This div border color is #f71dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71dd8


Comments

No comments written yet.

Please login to write comment.