Color Hex Logo

#f614da Color Hex

#F614DA
(246,20,218)
0 Favorites   0 Comments

Color spaces of #f614da

RGB 24620218
HSL0.850.930.52
HSV307°92°96°
CMYK 0.000.920.11   0.04
XYZ50.911125.155168.5018
Yxy25.15510.35220.1740
Hunter Lab50.154993.4204-45.8702
CIE-Lab57.226290.4339-45.1215

#f614da color RGB value is (246,20,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 11011010
Octal 366 24 332
Decimal 246 20 218
Hex F6 14 DA

RGB Percentages of Color #f614da

%50.83
%4.13
%45.04

CMYK Percentages of Color #f614da

%0
%92
%11
%4

Triadic Colors of #f614da

#f614da #daf614 #14daf6

Analogous Colors of #f614da

#f614da #f61469 #a114f6

Monochromatic Colors of #f614da

#f614da

Complementary Color

#f614da #14f630

#f614da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f614da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f614da Color CSS Codes

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

#f614da Text Font Color

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

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


#f614da Background Color

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

This div background color is #f614da


#f614da Border Color

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

This div border color is #f614da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f614da


Comments

No comments written yet.

Please login to write comment.