Color Hex Logo

#f614ba Color Hex

#F614BA
(246,20,186)
0 Favorites   0 Comments

Color spaces of #f614ba

RGB 24620186
HSL0.880.930.52
HSV316°92°96°
CMYK 0.000.920.24   0.04
XYZ47.119123.638348.5336
Yxy23.63830.39500.1982
Hunter Lab48.619287.9088-25.1521
CIE-Lab55.723886.5670-29.1151

#f614ba color RGB value is (246,20,186).

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

The process color (four color CMYK) of #f614ba color hex is 0.00, 0.92, 0.24, 0.04. Web safe color of #f614ba is #ff00cc. Color #f614ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 10111010
Octal 366 24 272
Decimal 246 20 186
Hex F6 14 BA

RGB Percentages of Color #f614ba

%54.42
%4.42
%41.15

CMYK Percentages of Color #f614ba

%0
%92
%24
%4

Triadic Colors of #f614ba

#f614ba #baf614 #14baf6

Analogous Colors of #f614ba

#f614ba #f61449 #c114f6

Monochromatic Colors of #f614ba

#f614ba

Complementary Color

#f614ba #14f650

#f614ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f614ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f614ba Color CSS Codes

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

#f614ba Text Font Color

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

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


#f614ba Background Color

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

This div background color is #f614ba


#f614ba Border Color

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

This div border color is #f614ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f614ba


Comments

No comments written yet.

Please login to write comment.