Color Hex Logo

#f67dac Color Hex

#F67DAC
(246,125,172)
0 Favorites   0 Comments

Color spaces of #f67dac

RGB 246125172
HSL0.940.870.73
HSV337°49°96°
CMYK 0.000.490.30   0.04
XYZ52.786037.238643.4354
Yxy37.23860.39550.2790
Hunter Lab61.023447.61360.5148
CIE-Lab67.455751.2663-3.3392

#f67dac color RGB value is (246,125,172).

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

The process color (four color CMYK) of #f67dac color hex is 0.00, 0.49, 0.30, 0.04. Web safe color of #f67dac is #ff6699. Color #f67dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 10101100
Octal 366 175 254
Decimal 246 125 172
Hex F6 7D AC

RGB Percentages of Color #f67dac

%45.30
%23.02
%31.68

CMYK Percentages of Color #f67dac

%0
%49
%30
%4

Triadic Colors of #f67dac

#f67dac #acf67d #7dacf6

Analogous Colors of #f67dac

#f67dac #f68b7d #f67de9

Monochromatic Colors of #f67dac

#f67dac

Complementary Color

#f67dac #7df6c7

#f67dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67dac Color CSS Codes

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

#f67dac Text Font Color

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

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


#f67dac Background Color

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

This div background color is #f67dac


#f67dac Border Color

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

This div border color is #f67dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67dac


Comments

No comments written yet.

Please login to write comment.