Color Hex Logo

#f614ad Color Hex

#F614AD
(246,20,173)
0 Favorites   0 Comments

Color spaces of #f614ad

RGB 24620173
HSL0.890.930.52
HSV319°92°96°
CMYK 0.000.920.30   0.04
XYZ45.799023.110341.5820
Yxy23.11030.41450.2092
Hunter Lab48.073285.9277-17.6330
CIE-Lab55.185885.1556-22.3696

#f614ad color RGB value is (246,20,173).

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

The process color (four color CMYK) of #f614ad color hex is 0.00, 0.92, 0.30, 0.04. Web safe color of #f614ad is #ff0099. Color #f614ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 10101101
Octal 366 24 255
Decimal 246 20 173
Hex F6 14 AD

RGB Percentages of Color #f614ad

%56.04
%4.56
%39.41

CMYK Percentages of Color #f614ad

%0
%92
%30
%4

Triadic Colors of #f614ad

#f614ad #adf614 #14adf6

Analogous Colors of #f614ad

#f614ad #f6143c #ce14f6

Monochromatic Colors of #f614ad

#f614ad

Complementary Color

#f614ad #14f65d

#f614ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f614ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f614ad Color CSS Codes

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

#f614ad Text Font Color

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

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


#f614ad Background Color

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

This div background color is #f614ad


#f614ad Border Color

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

This div border color is #f614ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,20,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 #f614ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f614ad


Comments

No comments written yet.

Please login to write comment.