Color Hex Logo

#f67dcf Color Hex

#F67DCF
(246,125,207)
0 Favorites   0 Comments

Color spaces of #f67dcf

RGB 246125207
HSL0.890.870.73
HSV319°49°96°
CMYK 0.000.490.16   0.04
XYZ56.602138.765163.5306
Yxy38.76510.35620.2440
Hunter Lab62.261653.3167-16.9153
CIE-Lab68.580856.0911-21.2946

#f67dcf color RGB value is (246,125,207).

#f67dcf hex color red value is 246, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f67dcf hue: 0.89 , saturation: 0.87 and the lightness value of f67dcf is 0.73.

The process color (four color CMYK) of #f67dcf color hex is 0.00, 0.49, 0.16, 0.04. Web safe color of #f67dcf is #ff66cc. Color #f67dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 11001111
Octal 366 175 317
Decimal 246 125 207
Hex F6 7D CF

RGB Percentages of Color #f67dcf

%42.56
%21.63
%35.81

CMYK Percentages of Color #f67dcf

%0
%49
%16
%4

Triadic Colors of #f67dcf

#f67dcf #cff67d #7dcff6

Analogous Colors of #f67dcf

#f67dcf #f67d93 #e17df6

Monochromatic Colors of #f67dcf

#f67dcf

Complementary Color

#f67dcf #7df6a4

#f67dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67dcf Color CSS Codes

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

#f67dcf Text Font Color

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

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


#f67dcf Background Color

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

This div background color is #f67dcf


#f67dcf Border Color

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

This div border color is #f67dcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,125,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f67dcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f67dcf;
  -webkit-box-shadow: 1px 1px 3px 2px #f67dcf;
  box-shadow:         1px 1px 3px 2px #f67dcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,125,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67dcf


Comments

No comments written yet.

Please login to write comment.