Color Hex Logo

#f672ad Color Hex

#F672AD
(246,114,173)
0 Favorites   0 Comments

Color spaces of #f672ad

RGB 246114173
HSL0.930.880.71
HSV333°54°96°
CMYK 0.000.540.30   0.04
XYZ51.566234.644643.5044
Yxy34.64460.39750.2671
Hunter Lab58.859753.3772-2.6207
CIE-Lab65.471056.6302-6.8389

#f672ad color RGB value is (246,114,173).

#f672ad hex color red value is 246, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f672ad hue: 0.93 , saturation: 0.88 and the lightness value of f672ad is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110010 10101101
Octal 366 162 255
Decimal 246 114 173
Hex F6 72 AD

RGB Percentages of Color #f672ad

%46.15
%21.39
%32.46

CMYK Percentages of Color #f672ad

%0
%54
%30
%4

Triadic Colors of #f672ad

#f672ad #adf672 #72adf6

Analogous Colors of #f672ad

#f672ad #f67972 #f672ef

Monochromatic Colors of #f672ad

#f672ad

Complementary Color

#f672ad #72f6bb

#f672ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f672ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f672ad Color CSS Codes

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

#f672ad Text Font Color

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

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


#f672ad Background Color

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

This div background color is #f672ad


#f672ad Border Color

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

This div border color is #f672ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f672ad


Comments

No comments written yet.

Please login to write comment.