Color Hex Logo

#f712df Color Hex

#F712DF
(247,18,223)
0 Favorites   0 Comments

Color spaces of #f712df

RGB 24718223
HSL0.850.930.52
HSV306°93°97°
CMYK 0.000.930.10   0.03
XYZ51.893425.534572.0056
Yxy25.53450.34730.1709
Hunter Lab50.531794.8798-49.1137
CIE-Lab57.592591.4500-47.3633

#f712df color RGB value is (247,18,223).

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

The process color (four color CMYK) of #f712df color hex is 0.00, 0.93, 0.10, 0.03. Web safe color of #f712df is #ff00cc. Color #f712df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010010 11011111
Octal 367 22 337
Decimal 247 18 223
Hex F7 12 DF

RGB Percentages of Color #f712df

%50.61
%3.69
%45.70

CMYK Percentages of Color #f712df

%0
%93
%10
%3

Triadic Colors of #f712df

#f712df #dff712 #12dff7

Analogous Colors of #f712df

#f712df #f7126d #9d12f7

Monochromatic Colors of #f712df

#f712df

Complementary Color

#f712df #12f72a

#f712df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f712df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f712df Color CSS Codes

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

#f712df Text Font Color

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

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


#f712df Background Color

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

This div background color is #f712df


#f712df Border Color

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

This div border color is #f712df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f712df


Comments

No comments written yet.

Please login to write comment.